Skip to content

Commit

Permalink
taocpp-json: add taoJSON version 1.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rherilier committed Sep 20, 2024
1 parent 9ed2264 commit c167a7e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
9 changes: 9 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3436,6 +3436,15 @@
"1.12-1"
]
},
"taocpp-json": {
"dependency_names": [
"taocpp-json",
"pegtl"
],
"versions": [
"1.0.0-beta.14-1"
]
},
"tclap": {
"dependency_names": [
"tclap"
Expand Down
14 changes: 14 additions & 0 deletions subprojects/packagefiles/taocpp-json/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
project(
'taocpp-json',
'cpp',
version: '1.0.0-beta.14',
license: 'MIT',
default_options: [
'cpp_std=c++17',
]
)

pegtl_dep = dependency('pegtl')

taocpp_json_inc = include_directories('include')
taocpp_json_dep = declare_dependency(include_directories: [taocpp_json_inc], dependencies: [pegtl_dep])
9 changes: 9 additions & 0 deletions subprojects/taocpp-json.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
directory = json-1.0.0-beta.14
source_url = https://github.com/taocpp/json/archive/refs/tags/1.0.0-beta.14.tar.gz
source_filename = taocpp-json-1.0.0-beta.14.tar.gz
source_hash = f9e44a1d6a70a6d39b9e45df76eac928e69f5318e5a957fd5c0efdf45dacaf5e
patch_directory = taocpp-json

[provide]
taocpp_json = taocpp_json_dep

0 comments on commit c167a7e

Please sign in to comment.