Skip to content

Commit

Permalink
[new release] atd (10 packages) (2.16.0)
Browse files Browse the repository at this point in the history
CHANGES:

* atdgen: Breaking change, migrate from Bucklescript to Melange (ahrefs/atd#375)
* atdd: Workaround d compiler bug regarding declaration order when using aliases (ahrefs/atd#393)
        Algebraic data types (SumType) now uses `alias this` syntax.
* atdgen: Add support for `<json open_enum>` in Melange (ahrefs/atd#401)
* atdcpp: Initial Release (ahrefs/atd#404)
* atdcpp: Use `double` c++ type as default floating point type (ahrefs/atd#411)
* atdgen: Fix JSON I/O for inline records (ahrefs/atd#419)
* atdgen: The deprecated `atdgen` library is no longer available.
          Use `atdgen-runtime` instead (ahrefs/atd#421)
* atddiff: To ensure that all the intended types are checked when new
           type definitions are added to an ATD file, an `--ignore`
           option is now available. It makes atddiff fail if some types
           are neither selected via `--types` nor ignored via `--ignore`.
  • Loading branch information
mjambon committed Jan 23, 2025
1 parent a12dee6 commit b70bae5
Show file tree
Hide file tree
Showing 10 changed files with 956 additions and 0 deletions.
100 changes: 100 additions & 0 deletions packages/atd/atd.2.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
opam-version: "2.0"
synopsis: "Parser for the ATD data format description language"
description: """
ATD is the OCaml library providing a parser for the ATD language and various
utilities. ATD stands for Adjustable Type Definitions in reference to its main
property of supporting annotations that allow a good fit with a variety of data
formats. This package also provides the 'atdcat' and 'atddiff' command-line
utilities."""
maintainer: [
"Louis Roché <[email protected]>"
"Martin Jambon <[email protected]>"
"Rudi Grinberg <[email protected]>"
]
authors: [
"Martin Jambon <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Martin Jambon <[email protected]>"
"Martin Jambon <[email protected]>"
"Ivan Jager <[email protected]>"
"oleksiy <[email protected]>"
"David Sheets <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Martin Jambon <[email protected]>"
"Jeff Meister <[email protected]>"
"Caio Wakamatsu <[email protected]>"
"Carmelo Piccione <[email protected]>"
"Daniel Weil <[email protected]>"
"Egor Chemokhonenko <[email protected]>"
"Gabriel Scherer <[email protected]>"
"Raman Varabets <[email protected]>"
"tzm <[email protected]>"
"Mathieu Baudet <[email protected]>"
"Oleksiy Golovko <[email protected]>"
"Rauan Mayemir <[email protected]>"
"Carmelo Piccione <[email protected]>"
"John Billings <[email protected]>"
"Louis Roché <[email protected]>"
"Brendan Long <[email protected]>"
"Chris Yocum <[email protected]>"
"Louis Roché (Ahrefs) <[email protected]>"
"Louis Roché <[email protected]>"
"Pavel Antoshkin <[email protected]>"
"Pierre Boutillier <[email protected]>"
"Shon Feder <[email protected]>"
"Anurag Soni <[email protected]>"
"Arjun Ravi Narayan <[email protected]>"
"Asya-kawai <[email protected]>"
"Christophe Troestler <[email protected]>"
"Damien Doligez <[email protected]>"
"Daniel M <[email protected]>"
"Ding Xiang Fei <[email protected]>"
"François Pottier <[email protected]>"
"Javier Chavarri <[email protected]>"
"Kate <[email protected]>"
"Louis <[email protected]>"
"Louis Roché <[email protected]>"
"Raman Varabets <[email protected]>"
"Stephane Legrand <[email protected]>"
"Vincent Bernardoff <[email protected]>"
"haoyang <[email protected]>"
"pmundkur <[email protected]>"
"ygrek <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/ahrefs/atd"
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"menhir" {>= "20180523" & != "20211230"}
"easy-format"
"alcotest" {with-test}
"odoc" {with-doc}
"re" {>= "1.9.0"}
"yojson" {>= "1.6.0"}
"cmdliner" {>= "1.1.0"}
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ahrefs/atd/releases/download/2.16.0/atd-2.16.0.tbz"
checksum: [
"sha256=59e6b445620241cbd6901a842b336683afb0eb125b3adbfee28bd94cd54e0def"
"sha512=7fbd12a1a482cecb7e0ccbfd5918a33637ec8af46212ce88bfa2410d2b927dc48e8ceb78fc5eabd80d99bc59cddd5d72fc236e990b4031ccda6fadb1ecdfe00a"
]
}
x-commit-hash: "695b060b60c1eb6f8d68d3b7eec68495e54d655a"
92 changes: 92 additions & 0 deletions packages/atdcpp/atdcpp.2.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
opam-version: "2.0"
synopsis: "C++ code generation for ATD APIs"
description: "C++ code generation for ATD APIs"
maintainer: [
"Louis Roché <[email protected]>"
"Martin Jambon <[email protected]>"
"Rudi Grinberg <[email protected]>"
]
authors: [
"Martin Jambon <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Martin Jambon <[email protected]>"
"Martin Jambon <[email protected]>"
"Ivan Jager <[email protected]>"
"oleksiy <[email protected]>"
"David Sheets <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Martin Jambon <[email protected]>"
"Jeff Meister <[email protected]>"
"Caio Wakamatsu <[email protected]>"
"Carmelo Piccione <[email protected]>"
"Daniel Weil <[email protected]>"
"Egor Chemokhonenko <[email protected]>"
"Gabriel Scherer <[email protected]>"
"Raman Varabets <[email protected]>"
"tzm <[email protected]>"
"Mathieu Baudet <[email protected]>"
"Oleksiy Golovko <[email protected]>"
"Rauan Mayemir <[email protected]>"
"Carmelo Piccione <[email protected]>"
"John Billings <[email protected]>"
"Louis Roché <[email protected]>"
"Brendan Long <[email protected]>"
"Chris Yocum <[email protected]>"
"Louis Roché (Ahrefs) <[email protected]>"
"Louis Roché <[email protected]>"
"Pavel Antoshkin <[email protected]>"
"Pierre Boutillier <[email protected]>"
"Shon Feder <[email protected]>"
"Anurag Soni <[email protected]>"
"Arjun Ravi Narayan <[email protected]>"
"Asya-kawai <[email protected]>"
"Christophe Troestler <[email protected]>"
"Damien Doligez <[email protected]>"
"Daniel M <[email protected]>"
"Ding Xiang Fei <[email protected]>"
"François Pottier <[email protected]>"
"Javier Chavarri <[email protected]>"
"Kate <[email protected]>"
"Louis <[email protected]>"
"Louis Roché <[email protected]>"
"Raman Varabets <[email protected]>"
"Stephane Legrand <[email protected]>"
"Vincent Bernardoff <[email protected]>"
"haoyang <[email protected]>"
"pmundkur <[email protected]>"
"ygrek <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/ahrefs/atd"
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"atd" {>= "2.11.0"}
"cmdliner" {>= "1.1.0"}
"re"
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ahrefs/atd/releases/download/2.16.0/atd-2.16.0.tbz"
checksum: [
"sha256=59e6b445620241cbd6901a842b336683afb0eb125b3adbfee28bd94cd54e0def"
"sha512=7fbd12a1a482cecb7e0ccbfd5918a33637ec8af46212ce88bfa2410d2b927dc48e8ceb78fc5eabd80d99bc59cddd5d72fc236e990b4031ccda6fadb1ecdfe00a"
]
}
x-commit-hash: "695b060b60c1eb6f8d68d3b7eec68495e54d655a"
92 changes: 92 additions & 0 deletions packages/atdd/atdd.2.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
opam-version: "2.0"
synopsis: "DLang code generation for ATD APIs"
description: "DLang code generation for ATD APIs"
maintainer: [
"Louis Roché <[email protected]>"
"Martin Jambon <[email protected]>"
"Rudi Grinberg <[email protected]>"
]
authors: [
"Martin Jambon <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Martin Jambon <[email protected]>"
"Martin Jambon <[email protected]>"
"Ivan Jager <[email protected]>"
"oleksiy <[email protected]>"
"David Sheets <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Martin Jambon <[email protected]>"
"Jeff Meister <[email protected]>"
"Caio Wakamatsu <[email protected]>"
"Carmelo Piccione <[email protected]>"
"Daniel Weil <[email protected]>"
"Egor Chemokhonenko <[email protected]>"
"Gabriel Scherer <[email protected]>"
"Raman Varabets <[email protected]>"
"tzm <[email protected]>"
"Mathieu Baudet <[email protected]>"
"Oleksiy Golovko <[email protected]>"
"Rauan Mayemir <[email protected]>"
"Carmelo Piccione <[email protected]>"
"John Billings <[email protected]>"
"Louis Roché <[email protected]>"
"Brendan Long <[email protected]>"
"Chris Yocum <[email protected]>"
"Louis Roché (Ahrefs) <[email protected]>"
"Louis Roché <[email protected]>"
"Pavel Antoshkin <[email protected]>"
"Pierre Boutillier <[email protected]>"
"Shon Feder <[email protected]>"
"Anurag Soni <[email protected]>"
"Arjun Ravi Narayan <[email protected]>"
"Asya-kawai <[email protected]>"
"Christophe Troestler <[email protected]>"
"Damien Doligez <[email protected]>"
"Daniel M <[email protected]>"
"Ding Xiang Fei <[email protected]>"
"François Pottier <[email protected]>"
"Javier Chavarri <[email protected]>"
"Kate <[email protected]>"
"Louis <[email protected]>"
"Louis Roché <[email protected]>"
"Raman Varabets <[email protected]>"
"Stephane Legrand <[email protected]>"
"Vincent Bernardoff <[email protected]>"
"haoyang <[email protected]>"
"pmundkur <[email protected]>"
"ygrek <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/ahrefs/atd"
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"atd" {>= "2.11.0"}
"cmdliner" {>= "1.1.0"}
"re"
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ahrefs/atd/releases/download/2.16.0/atd-2.16.0.tbz"
checksum: [
"sha256=59e6b445620241cbd6901a842b336683afb0eb125b3adbfee28bd94cd54e0def"
"sha512=7fbd12a1a482cecb7e0ccbfd5918a33637ec8af46212ce88bfa2410d2b927dc48e8ceb78fc5eabd80d99bc59cddd5d72fc236e990b4031ccda6fadb1ecdfe00a"
]
}
x-commit-hash: "695b060b60c1eb6f8d68d3b7eec68495e54d655a"
91 changes: 91 additions & 0 deletions packages/atdgen-codec-runtime/atdgen-codec-runtime.2.16.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
opam-version: "2.0"
synopsis: "Runtime for atdgen generated Melange converters"
description: """
This library contains the types that are used by atdgen's
Melange backend"""
maintainer: [
"Louis Roché <[email protected]>"
"Martin Jambon <[email protected]>"
"Rudi Grinberg <[email protected]>"
]
authors: [
"Martin Jambon <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Martin Jambon <[email protected]>"
"Martin Jambon <[email protected]>"
"Ivan Jager <[email protected]>"
"oleksiy <[email protected]>"
"David Sheets <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Martin Jambon <[email protected]>"
"Jeff Meister <[email protected]>"
"Caio Wakamatsu <[email protected]>"
"Carmelo Piccione <[email protected]>"
"Daniel Weil <[email protected]>"
"Egor Chemokhonenko <[email protected]>"
"Gabriel Scherer <[email protected]>"
"Raman Varabets <[email protected]>"
"tzm <[email protected]>"
"Mathieu Baudet <[email protected]>"
"Oleksiy Golovko <[email protected]>"
"Rauan Mayemir <[email protected]>"
"Carmelo Piccione <[email protected]>"
"John Billings <[email protected]>"
"Louis Roché <[email protected]>"
"Brendan Long <[email protected]>"
"Chris Yocum <[email protected]>"
"Louis Roché (Ahrefs) <[email protected]>"
"Louis Roché <[email protected]>"
"Pavel Antoshkin <[email protected]>"
"Pierre Boutillier <[email protected]>"
"Shon Feder <[email protected]>"
"Anurag Soni <[email protected]>"
"Arjun Ravi Narayan <[email protected]>"
"Asya-kawai <[email protected]>"
"Christophe Troestler <[email protected]>"
"Damien Doligez <[email protected]>"
"Daniel M <[email protected]>"
"Ding Xiang Fei <[email protected]>"
"François Pottier <[email protected]>"
"Javier Chavarri <[email protected]>"
"Kate <[email protected]>"
"Louis <[email protected]>"
"Louis Roché <[email protected]>"
"Raman Varabets <[email protected]>"
"Stephane Legrand <[email protected]>"
"Vincent Bernardoff <[email protected]>"
"haoyang <[email protected]>"
"pmundkur <[email protected]>"
"ygrek <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/ahrefs/atd"
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/ahrefs/atd/releases/download/2.16.0/atd-2.16.0.tbz"
checksum: [
"sha256=59e6b445620241cbd6901a842b336683afb0eb125b3adbfee28bd94cd54e0def"
"sha512=7fbd12a1a482cecb7e0ccbfd5918a33637ec8af46212ce88bfa2410d2b927dc48e8ceb78fc5eabd80d99bc59cddd5d72fc236e990b4031ccda6fadb1ecdfe00a"
]
}
x-commit-hash: "695b060b60c1eb6f8d68d3b7eec68495e54d655a"
Loading

0 comments on commit b70bae5

Please sign in to comment.