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 19, 2024
1 parent 9ed2264 commit 616423d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3436,6 +3436,14 @@
"1.12-1"
]
},
"taocpp-json": {
"dependency_names": [
"taocpp_json"
],
"versions": [
"1.0.0beta14-1"
]
},
"tclap": {
"dependency_names": [
"tclap"
Expand Down
16 changes: 16 additions & 0 deletions subprojects/packagefiles/taocpp-json/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
project(
'taocpp-json',
'cpp',
meson_version: '>=0.60.0',
version: '1.0.0-beta.14',
license: 'MIT',
default_options: [
'cpp_std=c++17',
]
)

taocpp_json_inc = include_directories('include')

taocpp_json_dep = declare_dependency(
include_directories: [taocpp_json_inc]
)
8 changes: 8 additions & 0 deletions subprojects/taocpp-json.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[wrap-file]
directory = taocpp-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

[provide]
taocpp_json = taocpp_json_dep

0 comments on commit 616423d

Please sign in to comment.