this repo has no description

Reuse the opam files from the previous atd* releases (2.3.2) except for the bottom part ('url' and 'x-commit-hash' sections).

Changed files
+20 -22
packages
atd
atd.2.3.3
atdgen
atdgen.2.3.3
atdgen-codec-runtime
atdgen-codec-runtime.2.3.3
atdgen-runtime
atdgen-runtime.2.3.3
atdj
atdj.2.3.3
atdpy
atdpy.2.3.3
atds
atds.2.3.3
+4 -4
packages/atd/atd.2.3.3/opam
···
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"ocaml" {>= "4.08"}
-
"dune" {>= "2.8" & >= "2.8"}
-
"menhir" {>= "20180523"}
+
"dune" {>= "2.8"}
+
"menhir" {>= "20180523" & < "20211215"}
"easy-format"
"alcotest" {with-test}
"odoc" {with-doc}
-
"re" {>= "1.7.2"}
+
"re" {>= "1.9.0"}
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
[
"dune"
"build"
+1 -1
packages/atdgen-codec-runtime/atdgen-codec-runtime.2.3.3/opam
···
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
[
"dune"
"build"
+2 -2
packages/atdgen-runtime/atdgen-runtime.2.3.3/opam
···
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"ocaml" {>= "4.08"}
-
"dune" {>= "2.8" & >= "2.8"}
+
"dune" {>= "2.8"}
"yojson" {>= "1.7.0"}
"biniou" {>= "1.0.6"}
"camlp-streams"
···
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
[
"dune"
"build"
+3 -3
packages/atdgen/atdgen.2.3.3/opam
···
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"ocaml" {>= "4.08"}
-
"dune" {>= "2.8" & >= "2.8"}
-
"atd"
+
"dune" {>= "2.8"}
+
"atd" {>= "2.3.0"}
"atdgen-runtime" {>= "2.0.0"}
"atdgen-codec-runtime" {with-test}
"biniou" {>= "1.0.6"}
···
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
[
"dune"
"build"
+3 -3
packages/atdj/atdj.2.3.3/opam
···
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"ocaml" {>= "4.08"}
-
"dune" {>= "2.8" & >= "2.8"}
-
"atd"
+
"dune" {>= "2.8"}
+
"atd" {>= "2.3.0"}
"re"
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
[
"dune"
"build"
+4 -6
packages/atdpy/atdpy.2.3.3/opam
···
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"ocaml" {>= "4.08"}
-
"dune" {>= "2.8" & >= "2.8"}
-
"atd"
-
"atdgen"
+
"dune" {>= "2.8"}
+
"alcotest" {with-test}
+
"atd" {>= "2.3.0"}
+
"atdgen" {>= "2.3.0"}
"cmdliner" {>= "1.1.0"}
-
"alcotest" {with-test}
-
"conf-python-3" {with-test}
"odoc" {with-doc}
]
build: [
···
"-j"
jobs
"@install"
-
"@runtest" {with-test}
"@doc" {with-doc}
]
]
+3 -3
packages/atds/atds.2.3.3/opam
···
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"ocaml" {>= "4.08"}
-
"dune" {>= "2.8" & >= "2.8"}
-
"atd"
+
"dune" {>= "2.8"}
+
"atd" {>= "2.3.0"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
[
"dune"
"build"