|
|
@ -7,8 +7,9 @@ package("jsoncons") |
|
|
|
set_urls("https://github.com/danielaparker/jsoncons/archive/$(version).zip", |
|
|
|
set_urls("https://github.com/danielaparker/jsoncons/archive/$(version).zip", |
|
|
|
"https://github.com/danielaparker/jsoncons.git") |
|
|
|
"https://github.com/danielaparker/jsoncons.git") |
|
|
|
|
|
|
|
|
|
|
|
add_versions("v0.158.0", "7ad7cc0e9c74df495dd16b818758ec2e2a5b7fef8f1852841087fd5e8bb6a6cb") |
|
|
|
add_versions("v0.176.0", "71a618219b62a2bbcc46efac98696574581e343cd98ef33e5e1bd8db182005d9") |
|
|
|
add_versions("v0.170.2", "81ac768eecb8cf2613a09a9d081294895d7afd294b841166b4e1378f0acfdd6e") |
|
|
|
add_versions("v0.170.2", "81ac768eecb8cf2613a09a9d081294895d7afd294b841166b4e1378f0acfdd6e") |
|
|
|
|
|
|
|
add_versions("v0.158.0", "7ad7cc0e9c74df495dd16b818758ec2e2a5b7fef8f1852841087fd5e8bb6a6cb") |
|
|
|
|
|
|
|
|
|
|
|
on_install(function (package) |
|
|
|
on_install(function (package) |
|
|
|
os.cp("include", package:installdir()) |
|
|
|
os.cp("include", package:installdir()) |
|
|
|