Skip to content

Commit

Permalink
Merge pull request ocaml#27087 from kit-ty-kate/archetype-ocaml-5.3
Browse files Browse the repository at this point in the history
archetype is not compatible with OCaml 5.3
  • Loading branch information
mseri authored Dec 14, 2024
2 parents de786e2 + 4ca819f commit e0298eb
Show file tree
Hide file tree
Showing 46 changed files with 67 additions and 67 deletions.
4 changes: 2 additions & 2 deletions packages/archetype/archetype.0.1.10/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"menhir"
"digestif" {>= "0.7.2"}
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.0.1.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"menhir"
"digestif" {>= "0.7.2"}
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.0.1.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"menhir"
"digestif" {>= "0.7.2"}
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.0.1.13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"menhir"
"digestif" {>= "0.7.2"}
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.0.1.14/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"menhir"
"digestif" {>= "0.7.2"}
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.0.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ build: [
]

depends: [
"ocaml" { >= "4.07.0" }
"dune" { >= "1.10.0" }
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" { >= "2.7" }
"menhir"
"uri"
"digestif" { >= "0.7.2" }
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.0.1.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ build: [
]

depends: [
"ocaml" { >= "4.07.0" }
"dune" { >= "1.10.0" }
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" { >= "2.7" }
"menhir"
"uri"
"digestif" { >= "0.7.2" }
Expand Down
6 changes: 3 additions & 3 deletions packages/archetype/archetype.0.1.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ license: "MIT"
doc: "https://docs.archetype-lang.org/"

build: [
[ "dune" "subst" ]
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"ocaml" { >= "4.07.0" }
"dune" { >= "1.10.0" }
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" { >= "2.7" }
"menhir"
"digestif" { >= "0.7.2" }
"num"
Expand Down
6 changes: 3 additions & 3 deletions packages/archetype/archetype.0.1.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ license: "MIT"
doc: "https://docs.archetype-lang.org/"

build: [
[ "dune" "subst" ]
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"ocaml" { >= "4.07.0" }
"dune" { >= "1.10.0" }
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" { >= "2.7" }
"menhir"
"digestif" { >= "0.7.2" }
"num"
Expand Down
6 changes: 3 additions & 3 deletions packages/archetype/archetype.0.1.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ license: "MIT"
doc: "https://docs.archetype-lang.org/"

build: [
[ "dune" "subst" ]
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"ocaml" { >= "4.07.0" }
"dune" { >= "1.10.0" }
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" { >= "2.7" }
"menhir"
"digestif" { >= "0.7.2" }
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.0.1.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"menhir"
"digestif" {>= "0.7.2"}
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0" & < "3.13"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7" & < "3.13"}
"menhir" {>= "20180528"}
"digestif" {>= "0.7.2" }
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.1.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0" & < "3.13"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7" & < "3.13"}
"menhir" {>= "20180528"}
"digestif" {>= "0.7.2" }
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.1.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0" & < "3.13"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7" & < "3.13"}
"menhir" {>= "20180528"}
"digestif" {>= "0.7.2"}
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.1.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0" & < "3.13"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7" & < "3.13"}
"digestif" {>= "0.7.2"}
"menhir" {>= "20180528"}
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.1.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0" & < "3.13"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7" & < "3.13"}
"menhir" {>= "20180528"}
"digestif" {>= "0.7.2"}
"num"
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.1.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"digestif" {>= "0.7.2"}
"menhir"
"num"
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.10/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.14/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.15/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.16/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/archetype/archetype.1.2.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Archetype is a domain-specific language (DSL) to develop smart contracts
on the Tezos blockchain, with a specific focus on contract security
"""
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.10.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"menhir"
"num"
"yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage: "https://github.com/edukera/archetype-lang"
doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"menhir"
"num"
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage: "https://github.com/edukera/archetype-lang"
doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.07.0" & < "5.3"}
"dune" {>= "2.7"}
"menhir"
"num"
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.2.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://docs.archetype-lang.org/"
bug-reports: "https://github.com/edukera/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://archetype-lang.org"
bug-reports: "https://github.com/completium/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://archetype-lang.org"
bug-reports: "https://github.com/completium/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.3.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://archetype-lang.org"
bug-reports: "https://github.com/completium/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.3.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://archetype-lang.org"
bug-reports: "https://github.com/completium/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.3.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://archetype-lang.org"
bug-reports: "https://github.com/completium/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/archetype/archetype.1.3.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc: "https://archetype-lang.org"
bug-reports: "https://github.com/completium/archetype-lang/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.3"}
"menhir" {>= "20180523"}
"num"
"yojson" {>= "1.6.0"}
Expand Down
Loading

0 comments on commit e0298eb

Please sign in to comment.