this repo has no description

Merge pull request #21537 from thierry-martinez/stdcompat.19

[new release] stdcompat.19

Changed files
+39 -10
packages
metapp
metapp.0.4.0
metapp.0.4.1
metapp.0.4.2
metapp.0.4.3
override
override.0.4.0
stdcompat
stdcompat.15
stdcompat.16
stdcompat.17
stdcompat.18
stdcompat.19
+1 -1
packages/metapp/metapp.0.4.0/opam
···
bug-reports: "https://github.com/thierry-martinez/metapp"
depends: [
"ocaml" {>= "4.08.0"}
-
"stdcompat" {>= "12"}
+
"stdcompat" {>= "12" & < "19"}
"ppxlib" {>= "0.18.0" & < "0.26.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
+1 -1
packages/metapp/metapp.0.4.1/opam
···
bug-reports: "https://github.com/thierry-martinez/metapp"
depends: [
"ocaml" {>= "4.08.0"}
-
"stdcompat" {>= "12"}
+
"stdcompat" {>= "12" & < "19"}
"ppxlib" {>= "0.18.0" & < "0.26.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
+1 -1
packages/metapp/metapp.0.4.2/opam
···
bug-reports: "https://github.com/thierry-martinez/metapp"
depends: [
"ocaml" {>= "4.08.0"}
-
"stdcompat" {>= "12"}
+
"stdcompat" {>= "12" & < "19"}
"ppxlib" {>= "0.18.0" & < "0.26.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
+1 -1
packages/metapp/metapp.0.4.3/opam
···
bug-reports: "https://github.com/thierry-martinez/metapp"
depends: [
"ocaml" {>= "4.08.0"}
-
"stdcompat" {>= "12"}
+
"stdcompat" {>= "12" & < "19"}
"ppxlib" {>= "0.18.0" & < "0.26.0"}
"ocamlfind" {>= "1.8.1"}
"dune" {>= "1.11.0"}
+1 -1
packages/override/override.0.4.0/opam
···
"dune" {>= "2.9"}
"ocaml" {>= "4.08.0"}
"ppxlib" {>= "0.23.0"}
-
"stdcompat" {>= "9"}
+
"stdcompat" {>= "9" & < "15"}
"metapp" {>= "0.4.2"}
"metaquot" {>= "0.4.0"}
"refl" {>= "0.1.0"}
+2 -2
packages/stdcompat/stdcompat.15/opam
···
homepage: "https://github.com/thierry-martinez/stdcompat"
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
-
"ocaml" {>= "3.08"}
+
"ocaml" {>= "3.08" & < "5.0"}
]
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
···
checksum: [
"sha512=1f4a9f98fa478360b8202bb5753a731d69fbafd7d964b96edefcc56100d78cdc5489faaf2c0bb1a4ee27949601a823ae3539f83f3ee4bf11bc2da18aea276899"
]
-
}
+
}
+1 -1
packages/stdcompat/stdcompat.16/opam
···
homepage: "https://github.com/thierry-martinez/stdcompat"
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
-
"ocaml" {>= "3.08"}
+
"ocaml" {>= "3.08" & < "5.0"}
]
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
+1 -1
packages/stdcompat/stdcompat.17/opam
···
homepage: "https://github.com/thierry-martinez/stdcompat"
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
-
"ocaml" {>= "3.08"}
+
"ocaml" {>= "3.08" & < "5.0"}
]
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
+1 -1
packages/stdcompat/stdcompat.18/opam
···
homepage: "https://github.com/thierry-martinez/stdcompat"
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
-
"ocaml" {>= "3.08"}
+
"ocaml" {>= "3.08" & < "5.0"}
]
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
+29
packages/stdcompat/stdcompat.19/opam
···
+
opam-version: "2.0"
+
synopsis: "Compatibility module for OCaml standard library"
+
description:
+
"Compatibility module for OCaml standard library allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml."
+
maintainer: "Thierry Martinez <martinez@nsup.org>"
+
authors: "Thierry Martinez <martinez@nsup.org>"
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/thierry-martinez/stdcompat"
+
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
+
depends: [
+
"ocaml" {>= "3.07"}
+
"dune" {>= "2.0"}
+
"conf-autoconf"
+
"conf-automake"
+
]
+
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/thierry-martinez/stdcompat.git"
+
url {
+
src:
+
"https://github.com/thierry-martinez/stdcompat/releases/download/v19/stdcompat-19-dune.tar.gz"
+
checksum: [
+
"sha512=1c55f71e9b64336a4e2fce3e4987bb156028d12ae82e0e85a29e3a39908b26556a4ea53748fd6eb0ee73ccc0832d32d5721a7b8025da46485d2581264c454a7a"
+
]
+
}