this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27087 from kit-ty-kate/archetype-ocaml-5.3

archetype is not compatible with OCaml 5.3

authored by

Marcello Seri and committed by
GitHub
e0298ebc de786e28

+67 -67
+2 -2
packages/archetype/archetype.0.1.10/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7"} 27 27 "menhir" 28 28 "digestif" {>= "0.7.2"} 29 29 "num"
+2 -2
packages/archetype/archetype.0.1.11/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7"} 27 27 "menhir" 28 28 "digestif" {>= "0.7.2"} 29 29 "num"
+2 -2
packages/archetype/archetype.0.1.12/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7"} 27 27 "menhir" 28 28 "digestif" {>= "0.7.2"} 29 29 "num"
+2 -2
packages/archetype/archetype.0.1.13/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7"} 27 27 "menhir" 28 28 "digestif" {>= "0.7.2"} 29 29 "num"
+2 -2
packages/archetype/archetype.0.1.14/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7"} 27 27 "menhir" 28 28 "digestif" {>= "0.7.2"} 29 29 "num"
+2 -2
packages/archetype/archetype.0.1.3/opam
··· 20 20 ] 21 21 22 22 depends: [ 23 - "ocaml" { >= "4.07.0" } 24 - "dune" { >= "1.10.0" } 23 + "ocaml" {>= "4.07.0" & < "5.3"} 24 + "dune" { >= "2.7" } 25 25 "menhir" 26 26 "uri" 27 27 "digestif" { >= "0.7.2" }
+2 -2
packages/archetype/archetype.0.1.4/opam
··· 20 20 ] 21 21 22 22 depends: [ 23 - "ocaml" { >= "4.07.0" } 24 - "dune" { >= "1.10.0" } 23 + "ocaml" {>= "4.07.0" & < "5.3"} 24 + "dune" { >= "2.7" } 25 25 "menhir" 26 26 "uri" 27 27 "digestif" { >= "0.7.2" }
+3 -3
packages/archetype/archetype.0.1.5/opam
··· 16 16 doc: "https://docs.archetype-lang.org/" 17 17 18 18 build: [ 19 - [ "dune" "subst" ] 19 + [ "dune" "subst" ] {dev} 20 20 [ "dune" "build" "-p" name "-j" jobs ] 21 21 ] 22 22 23 23 depends: [ 24 - "ocaml" { >= "4.07.0" } 25 - "dune" { >= "1.10.0" } 24 + "ocaml" {>= "4.07.0" & < "5.3"} 25 + "dune" { >= "2.7" } 26 26 "menhir" 27 27 "digestif" { >= "0.7.2" } 28 28 "num"
+3 -3
packages/archetype/archetype.0.1.6/opam
··· 16 16 doc: "https://docs.archetype-lang.org/" 17 17 18 18 build: [ 19 - [ "dune" "subst" ] 19 + [ "dune" "subst" ] {dev} 20 20 [ "dune" "build" "-p" name "-j" jobs ] 21 21 ] 22 22 23 23 depends: [ 24 - "ocaml" { >= "4.07.0" } 25 - "dune" { >= "1.10.0" } 24 + "ocaml" {>= "4.07.0" & < "5.3"} 25 + "dune" { >= "2.7" } 26 26 "menhir" 27 27 "digestif" { >= "0.7.2" } 28 28 "num"
+3 -3
packages/archetype/archetype.0.1.8/opam
··· 16 16 doc: "https://docs.archetype-lang.org/" 17 17 18 18 build: [ 19 - [ "dune" "subst" ] 19 + [ "dune" "subst" ] {dev} 20 20 [ "dune" "build" "-p" name "-j" jobs ] 21 21 ] 22 22 23 23 depends: [ 24 - "ocaml" { >= "4.07.0" } 25 - "dune" { >= "1.10.0" } 24 + "ocaml" {>= "4.07.0" & < "5.3"} 25 + "dune" { >= "2.7" } 26 26 "menhir" 27 27 "digestif" { >= "0.7.2" } 28 28 "num"
+2 -2
packages/archetype/archetype.0.1.9/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7"} 27 27 "menhir" 28 28 "digestif" {>= "0.7.2"} 29 29 "num"
+2 -2
packages/archetype/archetype.1.0.0/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0" & < "3.13"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7" & < "3.13"} 27 27 "menhir" {>= "20180528"} 28 28 "digestif" {>= "0.7.2" } 29 29 "num"
+2 -2
packages/archetype/archetype.1.1.0/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0" & < "3.13"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7" & < "3.13"} 27 27 "menhir" {>= "20180528"} 28 28 "digestif" {>= "0.7.2" } 29 29 "num"
+2 -2
packages/archetype/archetype.1.1.1/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0" & < "3.13"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7" & < "3.13"} 27 27 "menhir" {>= "20180528"} 28 28 "digestif" {>= "0.7.2"} 29 29 "num"
+2 -2
packages/archetype/archetype.1.1.2/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0" & < "3.13"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7" & < "3.13"} 27 27 "digestif" {>= "0.7.2"} 28 28 "menhir" {>= "20180528"} 29 29 "num"
+2 -2
packages/archetype/archetype.1.2.0/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0" & < "3.13"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7" & < "3.13"} 27 27 "menhir" {>= "20180528"} 28 28 "digestif" {>= "0.7.2"} 29 29 "num"
+2 -2
packages/archetype/archetype.1.2.1/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7"} 27 27 "digestif" {>= "0.7.2"} 28 28 "menhir" 29 29 "num"
+1 -1
packages/archetype/archetype.1.2.10/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.11/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.12/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.13/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.14/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.15/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.16/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+2 -2
packages/archetype/archetype.1.2.2/opam
··· 22 22 on the Tezos blockchain, with a specific focus on contract security 23 23 """ 24 24 depends: [ 25 - "ocaml" {>= "4.07.0"} 26 - "dune" {>= "1.10.0"} 25 + "ocaml" {>= "4.07.0" & < "5.3"} 26 + "dune" {>= "2.7"} 27 27 "menhir" 28 28 "num" 29 29 "yojson"
+1 -1
packages/archetype/archetype.1.2.3/opam
··· 15 15 doc: "https://docs.archetype-lang.org/" 16 16 bug-reports: "https://github.com/edukera/archetype-lang/issues" 17 17 depends: [ 18 - "ocaml" {>= "4.07.0"} 18 + "ocaml" {>= "4.07.0" & < "5.3"} 19 19 "dune" {>= "2.7"} 20 20 "menhir" 21 21 "num"
+1 -1
packages/archetype/archetype.1.2.4/opam
··· 15 15 doc: "https://docs.archetype-lang.org/" 16 16 bug-reports: "https://github.com/edukera/archetype-lang/issues" 17 17 depends: [ 18 - "ocaml" {>= "4.07.0"} 18 + "ocaml" {>= "4.07.0" & < "5.3"} 19 19 "dune" {>= "2.7"} 20 20 "menhir" 21 21 "num"
+1 -1
packages/archetype/archetype.1.2.5/opam
··· 16 16 bug-reports: "https://github.com/edukera/archetype-lang/issues" 17 17 depends: [ 18 18 "dune" {>= "2.7"} 19 - "ocaml" {>= "4.08.0"} 19 + "ocaml" {>= "4.08.0" & < "5.3"} 20 20 "menhir" {>= "20180523"} 21 21 "num" 22 22 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.6/opam
··· 16 16 bug-reports: "https://github.com/edukera/archetype-lang/issues" 17 17 depends: [ 18 18 "dune" {>= "2.7"} 19 - "ocaml" {>= "4.08.0"} 19 + "ocaml" {>= "4.08.0" & < "5.3"} 20 20 "menhir" {>= "20180523"} 21 21 "num" 22 22 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.7/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.8/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.2.9/opam
··· 17 17 bug-reports: "https://github.com/edukera/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.3.0/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.3.1/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.3.2/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.3.3/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.3.4/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.3.5/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.3.6/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.4.0/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.4.1/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.4.2/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.4.3/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.5.0/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.5.1/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}
+1 -1
packages/archetype/archetype.1.5.2/opam
··· 17 17 bug-reports: "https://github.com/completium/archetype-lang/issues" 18 18 depends: [ 19 19 "dune" {>= "2.7"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3"} 21 21 "menhir" {>= "20180523"} 22 22 "num" 23 23 "yojson" {>= "1.6.0"}