Skip to content

Commit 2008613

Browse files
committed
[new release] atdts, atds, atdpy, atdj, atdgen, atdgen-runtime, atdgen-codec-runtime and atd (2.10.0)
CHANGES: * atdgen: use Yojson 2.0 API (ahrefs/atd#299) * atdpy: Support recursive definitions (ahrefs/atd#315) * atdts: fix nullable object field writer (ahrefs/atd#312)
1 parent 72b98f2 commit 2008613

File tree

8 files changed

+770
-0
lines changed
  • packages
    • atdgen-codec-runtime/atdgen-codec-runtime.2.10.0
    • atdgen-runtime/atdgen-runtime.2.10.0
    • atdgen/atdgen.2.10.0
    • atdj/atdj.2.10.0
    • atdpy/atdpy.2.10.0
    • atds/atds.2.10.0
    • atdts/atdts.2.10.0
    • atd/atd.2.10.0

8 files changed

+770
-0
lines changed

packages/atd/atd.2.10.0/opam

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
opam-version: "2.0"
2+
synopsis: "Parser for the ATD data format description language"
3+
description: """
4+
ATD is the OCaml library providing a parser for the ATD language and various
5+
utilities. ATD stands for Adjustable Type Definitions in reference to its main
6+
property of supporting annotations that allow a good fit with a variety of data
7+
formats. """
8+
maintainer: [
9+
"Louis Roché <[email protected]>"
10+
"Martin Jambon <[email protected]>"
11+
"Rudi Grinberg <[email protected]>"
12+
]
13+
authors: [
14+
"Martin Jambon <[email protected]>"
15+
"Rudi Grinberg <[email protected]>"
16+
"Martin Jambon <[email protected]>"
17+
"Martin Jambon <[email protected]>"
18+
"Ivan Jager <[email protected]>"
19+
"oleksiy <[email protected]>"
20+
"David Sheets <[email protected]>"
21+
"Rudi Grinberg <[email protected]>"
22+
"Martin Jambon <[email protected]>"
23+
"Jeff Meister <[email protected]>"
24+
"Caio Wakamatsu <[email protected]>"
25+
"Carmelo Piccione <[email protected]>"
26+
"Daniel Weil <[email protected]>"
27+
"Egor Chemokhonenko <[email protected]>"
28+
"Gabriel Scherer <[email protected]>"
29+
"Raman Varabets <[email protected]>"
30+
31+
"Mathieu Baudet <[email protected]>"
32+
"Oleksiy Golovko <[email protected]>"
33+
"Rauan Mayemir <[email protected]>"
34+
"Carmelo Piccione <[email protected]>"
35+
"John Billings <[email protected]>"
36+
"Louis Roché <[email protected]>"
37+
"Brendan Long <[email protected]>"
38+
"Chris Yocum <[email protected]>"
39+
"Louis Roché (Ahrefs) <[email protected]>"
40+
"Louis Roché <[email protected]>"
41+
"Pavel Antoshkin <[email protected]>"
42+
"Pierre Boutillier <[email protected]>"
43+
"Shon Feder <[email protected]>"
44+
"Anurag Soni <[email protected]>"
45+
"Arjun Ravi Narayan <[email protected]>"
46+
"Asya-kawai <[email protected]>"
47+
"Christophe Troestler <[email protected]>"
48+
"Damien Doligez <[email protected]>"
49+
"Daniel M <[email protected]>"
50+
"Ding Xiang Fei <[email protected]>"
51+
"François Pottier <[email protected]>"
52+
"Javier Chavarri <[email protected]>"
53+
54+
55+
"Louis Roché <[email protected]>"
56+
"Raman Varabets <[email protected]>"
57+
"Stephane Legrand <[email protected]>"
58+
"Vincent Bernardoff <[email protected]>"
59+
"haoyang <[email protected]>"
60+
"pmundkur <[email protected]>"
61+
62+
]
63+
license: "MIT"
64+
homepage: "https://github.com/ahrefs/atd"
65+
bug-reports: "https://github.com/ahrefs/atd/issues"
66+
depends: [
67+
"dune" {>= "2.8"}
68+
"ocaml" {>= "4.08"}
69+
"menhir" {>= "20180523" & != "20211230"}
70+
"easy-format"
71+
"alcotest" {with-test}
72+
"odoc" {with-doc}
73+
"re" {>= "1.9.0"}
74+
"yojson" {>= "1.6.0"}
75+
]
76+
dev-repo: "git+https://github.com/ahrefs/atd.git"
77+
build: [
78+
["dune" "subst"] {dev}
79+
[
80+
"dune"
81+
"build"
82+
"-p"
83+
name
84+
"-j"
85+
jobs
86+
"@install"
87+
"@doc" {with-doc}
88+
]
89+
]
90+
url {
91+
src:
92+
"https://github.com/ahrefs/atd/releases/download/2.10.0/atdts-2.10.0.tbz"
93+
checksum: [
94+
"sha256=77d27409a4e9dac41b9ca2e9ea60836c6c18008b22a157abedfb5a2d24850998"
95+
"sha512=a2b543a363da540df5a6a326d0eb9fb9048927f515ca00781e687baabfdaa96b5a60ec2a39c358191365621447bb7957a35be31f50366db7b8d6311e4bf0034f"
96+
]
97+
}
98+
x-commit-hash: "110d079dac5a3babfa2af69887ee8992cb5e213c"
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
opam-version: "2.0"
2+
synopsis: "Runtime for atdgen generated bucklescript converters"
3+
description: """
4+
This library contains the types that are used by atdgen's
5+
bucklescript backend"""
6+
maintainer: [
7+
"Louis Roché <[email protected]>"
8+
"Martin Jambon <[email protected]>"
9+
"Rudi Grinberg <[email protected]>"
10+
]
11+
authors: [
12+
"Martin Jambon <[email protected]>"
13+
"Rudi Grinberg <[email protected]>"
14+
"Martin Jambon <[email protected]>"
15+
"Martin Jambon <[email protected]>"
16+
"Ivan Jager <[email protected]>"
17+
"oleksiy <[email protected]>"
18+
"David Sheets <[email protected]>"
19+
"Rudi Grinberg <[email protected]>"
20+
"Martin Jambon <[email protected]>"
21+
"Jeff Meister <[email protected]>"
22+
"Caio Wakamatsu <[email protected]>"
23+
"Carmelo Piccione <[email protected]>"
24+
"Daniel Weil <[email protected]>"
25+
"Egor Chemokhonenko <[email protected]>"
26+
"Gabriel Scherer <[email protected]>"
27+
"Raman Varabets <[email protected]>"
28+
29+
"Mathieu Baudet <[email protected]>"
30+
"Oleksiy Golovko <[email protected]>"
31+
"Rauan Mayemir <[email protected]>"
32+
"Carmelo Piccione <[email protected]>"
33+
"John Billings <[email protected]>"
34+
"Louis Roché <[email protected]>"
35+
"Brendan Long <[email protected]>"
36+
"Chris Yocum <[email protected]>"
37+
"Louis Roché (Ahrefs) <[email protected]>"
38+
"Louis Roché <[email protected]>"
39+
"Pavel Antoshkin <[email protected]>"
40+
"Pierre Boutillier <[email protected]>"
41+
"Shon Feder <[email protected]>"
42+
"Anurag Soni <[email protected]>"
43+
"Arjun Ravi Narayan <[email protected]>"
44+
"Asya-kawai <[email protected]>"
45+
"Christophe Troestler <[email protected]>"
46+
"Damien Doligez <[email protected]>"
47+
"Daniel M <[email protected]>"
48+
"Ding Xiang Fei <[email protected]>"
49+
"François Pottier <[email protected]>"
50+
"Javier Chavarri <[email protected]>"
51+
52+
53+
"Louis Roché <[email protected]>"
54+
"Raman Varabets <[email protected]>"
55+
"Stephane Legrand <[email protected]>"
56+
"Vincent Bernardoff <[email protected]>"
57+
"haoyang <[email protected]>"
58+
"pmundkur <[email protected]>"
59+
60+
]
61+
license: "MIT"
62+
homepage: "https://github.com/ahrefs/atd"
63+
bug-reports: "https://github.com/ahrefs/atd/issues"
64+
depends: [
65+
"dune" {>= "2.8"}
66+
"ocaml" {>= "4.08"}
67+
"odoc" {with-doc}
68+
]
69+
dev-repo: "git+https://github.com/ahrefs/atd.git"
70+
build: [
71+
["dune" "subst"] {dev}
72+
[
73+
"dune"
74+
"build"
75+
"-p"
76+
name
77+
"-j"
78+
jobs
79+
"@install"
80+
"@doc" {with-doc}
81+
]
82+
]
83+
url {
84+
src:
85+
"https://github.com/ahrefs/atd/releases/download/2.10.0/atdts-2.10.0.tbz"
86+
checksum: [
87+
"sha256=77d27409a4e9dac41b9ca2e9ea60836c6c18008b22a157abedfb5a2d24850998"
88+
"sha512=a2b543a363da540df5a6a326d0eb9fb9048927f515ca00781e687baabfdaa96b5a60ec2a39c358191365621447bb7957a35be31f50366db7b8d6311e4bf0034f"
89+
]
90+
}
91+
x-commit-hash: "110d079dac5a3babfa2af69887ee8992cb5e213c"
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
opam-version: "2.0"
2+
synopsis: "Runtime library for code generated by atdgen"
3+
description: """
4+
This package should be used only in conjunction with the atdgen code
5+
generator"""
6+
maintainer: [
7+
"Louis Roché <[email protected]>"
8+
"Martin Jambon <[email protected]>"
9+
"Rudi Grinberg <[email protected]>"
10+
]
11+
authors: [
12+
"Martin Jambon <[email protected]>"
13+
"Rudi Grinberg <[email protected]>"
14+
"Martin Jambon <[email protected]>"
15+
"Martin Jambon <[email protected]>"
16+
"Ivan Jager <[email protected]>"
17+
"oleksiy <[email protected]>"
18+
"David Sheets <[email protected]>"
19+
"Rudi Grinberg <[email protected]>"
20+
"Martin Jambon <[email protected]>"
21+
"Jeff Meister <[email protected]>"
22+
"Caio Wakamatsu <[email protected]>"
23+
"Carmelo Piccione <[email protected]>"
24+
"Daniel Weil <[email protected]>"
25+
"Egor Chemokhonenko <[email protected]>"
26+
"Gabriel Scherer <[email protected]>"
27+
"Raman Varabets <[email protected]>"
28+
29+
"Mathieu Baudet <[email protected]>"
30+
"Oleksiy Golovko <[email protected]>"
31+
"Rauan Mayemir <[email protected]>"
32+
"Carmelo Piccione <[email protected]>"
33+
"John Billings <[email protected]>"
34+
"Louis Roché <[email protected]>"
35+
"Brendan Long <[email protected]>"
36+
"Chris Yocum <[email protected]>"
37+
"Louis Roché (Ahrefs) <[email protected]>"
38+
"Louis Roché <[email protected]>"
39+
"Pavel Antoshkin <[email protected]>"
40+
"Pierre Boutillier <[email protected]>"
41+
"Shon Feder <[email protected]>"
42+
"Anurag Soni <[email protected]>"
43+
"Arjun Ravi Narayan <[email protected]>"
44+
"Asya-kawai <[email protected]>"
45+
"Christophe Troestler <[email protected]>"
46+
"Damien Doligez <[email protected]>"
47+
"Daniel M <[email protected]>"
48+
"Ding Xiang Fei <[email protected]>"
49+
"François Pottier <[email protected]>"
50+
"Javier Chavarri <[email protected]>"
51+
52+
53+
"Louis Roché <[email protected]>"
54+
"Raman Varabets <[email protected]>"
55+
"Stephane Legrand <[email protected]>"
56+
"Vincent Bernardoff <[email protected]>"
57+
"haoyang <[email protected]>"
58+
"pmundkur <[email protected]>"
59+
60+
]
61+
license: "MIT"
62+
homepage: "https://github.com/ahrefs/atd"
63+
bug-reports: "https://github.com/ahrefs/atd/issues"
64+
depends: [
65+
"dune" {>= "2.8"}
66+
"ocaml" {>= "4.08"}
67+
"yojson" {>= "2.0.2"}
68+
"biniou" {>= "1.0.6"}
69+
"odoc" {with-doc}
70+
]
71+
dev-repo: "git+https://github.com/ahrefs/atd.git"
72+
build: [
73+
["dune" "subst"] {dev}
74+
[
75+
"dune"
76+
"build"
77+
"-p"
78+
name
79+
"-j"
80+
jobs
81+
"@install"
82+
"@doc" {with-doc}
83+
]
84+
]
85+
url {
86+
src:
87+
"https://github.com/ahrefs/atd/releases/download/2.10.0/atdts-2.10.0.tbz"
88+
checksum: [
89+
"sha256=77d27409a4e9dac41b9ca2e9ea60836c6c18008b22a157abedfb5a2d24850998"
90+
"sha512=a2b543a363da540df5a6a326d0eb9fb9048927f515ca00781e687baabfdaa96b5a60ec2a39c358191365621447bb7957a35be31f50366db7b8d6311e4bf0034f"
91+
]
92+
}
93+
x-commit-hash: "110d079dac5a3babfa2af69887ee8992cb5e213c"

packages/atdgen/atdgen.2.10.0/opam

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"Generates efficient JSON serializers, deserializers and validators"
4+
description: """
5+
Atdgen is a command-line program that takes as input type definitions in the ATD
6+
syntax and produces OCaml code suitable for data serialization and
7+
deserialization.
8+
Two data formats are currently supported, these are biniou and JSON.
9+
Atdgen-biniou and Atdgen-json will refer to Atdgen used in one context or the
10+
other.
11+
Atdgen was designed with efficiency and durability in mind. Software authors are
12+
encouraged to use Atdgen directly and to write tools that may reuse part of
13+
Atdgen’s source code."""
14+
maintainer: [
15+
"Louis Roché <[email protected]>"
16+
"Martin Jambon <[email protected]>"
17+
"Rudi Grinberg <[email protected]>"
18+
]
19+
authors: [
20+
"Martin Jambon <[email protected]>"
21+
"Rudi Grinberg <[email protected]>"
22+
"Martin Jambon <[email protected]>"
23+
"Martin Jambon <[email protected]>"
24+
"Ivan Jager <[email protected]>"
25+
"oleksiy <[email protected]>"
26+
"David Sheets <[email protected]>"
27+
"Rudi Grinberg <[email protected]>"
28+
"Martin Jambon <[email protected]>"
29+
"Jeff Meister <[email protected]>"
30+
"Caio Wakamatsu <[email protected]>"
31+
"Carmelo Piccione <[email protected]>"
32+
"Daniel Weil <[email protected]>"
33+
"Egor Chemokhonenko <[email protected]>"
34+
"Gabriel Scherer <[email protected]>"
35+
"Raman Varabets <[email protected]>"
36+
37+
"Mathieu Baudet <[email protected]>"
38+
"Oleksiy Golovko <[email protected]>"
39+
"Rauan Mayemir <[email protected]>"
40+
"Carmelo Piccione <[email protected]>"
41+
"John Billings <[email protected]>"
42+
"Louis Roché <[email protected]>"
43+
"Brendan Long <[email protected]>"
44+
"Chris Yocum <[email protected]>"
45+
"Louis Roché (Ahrefs) <[email protected]>"
46+
"Louis Roché <[email protected]>"
47+
"Pavel Antoshkin <[email protected]>"
48+
"Pierre Boutillier <[email protected]>"
49+
"Shon Feder <[email protected]>"
50+
"Anurag Soni <[email protected]>"
51+
"Arjun Ravi Narayan <[email protected]>"
52+
"Asya-kawai <[email protected]>"
53+
"Christophe Troestler <[email protected]>"
54+
"Damien Doligez <[email protected]>"
55+
"Daniel M <[email protected]>"
56+
"Ding Xiang Fei <[email protected]>"
57+
"François Pottier <[email protected]>"
58+
"Javier Chavarri <[email protected]>"
59+
60+
61+
"Louis Roché <[email protected]>"
62+
"Raman Varabets <[email protected]>"
63+
"Stephane Legrand <[email protected]>"
64+
"Vincent Bernardoff <[email protected]>"
65+
"haoyang <[email protected]>"
66+
"pmundkur <[email protected]>"
67+
68+
]
69+
license: "MIT"
70+
homepage: "https://github.com/ahrefs/atd"
71+
bug-reports: "https://github.com/ahrefs/atd/issues"
72+
depends: [
73+
"dune" {>= "2.8"}
74+
"ocaml" {>= "4.08"}
75+
"alcotest" {with-test}
76+
"atd" {>= "2.7.0"}
77+
"atdgen-runtime" {>= "2.1.0"}
78+
"atdgen-codec-runtime" {with-test}
79+
"biniou" {>= "1.0.6"}
80+
"yojson" {>= "2.0.1"}
81+
"odoc" {with-doc}
82+
"re"
83+
]
84+
dev-repo: "git+https://github.com/ahrefs/atd.git"
85+
build: [
86+
["dune" "subst"] {dev}
87+
[
88+
"dune"
89+
"build"
90+
"-p"
91+
name
92+
"-j"
93+
jobs
94+
"@install"
95+
"@doc" {with-doc}
96+
]
97+
]
98+
url {
99+
src:
100+
"https://github.com/ahrefs/atd/releases/download/2.10.0/atdts-2.10.0.tbz"
101+
checksum: [
102+
"sha256=77d27409a4e9dac41b9ca2e9ea60836c6c18008b22a157abedfb5a2d24850998"
103+
"sha512=a2b543a363da540df5a6a326d0eb9fb9048927f515ca00781e687baabfdaa96b5a60ec2a39c358191365621447bb7957a35be31f50366db7b8d6311e4bf0034f"
104+
]
105+
}
106+
x-commit-hash: "110d079dac5a3babfa2af69887ee8992cb5e213c"

0 commit comments

Comments
 (0)