Skip to content

Commit

Permalink
json 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onox committed Jul 29, 2024
1 parent ced0ab7 commit 02f81c8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index/js/json/json-6.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "json"
description = "An Ada 2012 library for parsing JSON"
version = "6.0.0"
website = "https://github.com/onox/json-ada"
licenses = "Apache-2.0"
tags = ["json"]

project-files = ["json.gpr"]

authors = ["onox"]
maintainers = ["onox <[email protected]>"]
maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM120-Is"]

[origin]
commit = "511489d4cf3bba05ca1376b36664ebe619004221"
url = "git+https://github.com/onox/json-ada.git"
subdir = "json"

0 comments on commit 02f81c8

Please sign in to comment.