Skip to content

Commit bc27bef

Browse files
committed
Minor tweaks
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent b512902 commit bc27bef

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(codegen VERSION 0.0.1 LANGUAGES CXX
2+
project(codegen VERSION 0.0.0 LANGUAGES CXX
33
DESCRIPTION "The JSON Schema code generator"
4-
HOMEPAGE_URL "https://github.com/sourcemeta-research/codegen")
4+
HOMEPAGE_URL "https://github.com/sourcemeta/codegen")
55
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
66

77
# Options

README.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ with varying compliance levels. This project, maintained by a member of the
77
[JSON Schema Technical Steering Committee](https://github.com/jviotti),
88
prioritizes specification compliance and comprehensive keyword coverage.
99

10+
**We currently only support TypeScript (given demand) but we will extend
11+
support to other programming languages once we make the foundations stable.**
12+
1013
## Keyword Support
1114

1215
Not every JSON Schema keyword maps directly to type system constructs. This

0 commit comments

Comments
 (0)