diff --git a/packages/upstream/arg-complete.0.1.0/opam b/packages/upstream/arg-complete.0.1.0/opam index b04b28978..96cf3f7a4 100644 --- a/packages/upstream/arg-complete.0.1.0/opam +++ b/packages/upstream/arg-complete.0.1.0/opam @@ -1,7 +1,9 @@ opam-version: "2.0" +name: "arg-complete" +version: "0.1.0" synopsis: "Bash completion support for Stdlib.Arg" -maintainer: ["Simmo Saan "] -authors: ["Simmo Saan "] +maintainer: "Simmo Saan " +authors: "Simmo Saan " license: "MIT" homepage: "https://github.com/sim642/ocaml-arg-complete" doc: "https://sim642.github.io/ocaml-arg-complete" diff --git a/packages/upstream/batteries.3.6.0/opam b/packages/upstream/batteries.3.6.0/opam index 91494d8b7..840ae69f7 100644 --- a/packages/upstream/batteries.3.6.0/opam +++ b/packages/upstream/batteries.3.6.0/opam @@ -1,4 +1,6 @@ opam-version: "2.0" +name: "batteries" +version: "3.6.0" synopsis: "A community-maintained standard library extension" maintainer: [ "Cedric Cellier " @@ -13,7 +15,7 @@ doc: "http://ocaml-batteries-team.github.io/batteries-included/hdoc2/" bug-reports: "https://github.com/ocaml-batteries-team/batteries-included/issues" depends: [ - "ocaml" {>= "4.02.3"} + "ocaml" {>= "4.02.3" & < "5.1"} "camlp-streams" "ocamlfind" {build & >= "1.5.3"} "ocamlbuild" {build} @@ -23,14 +25,13 @@ depends: [ "num" ] conflicts: ["base-effects" "ocaml-option-no-flat-float-array"] -build: [ - [make "all"] -] +build: [make "all"] run-test: [make "test"] install: [make "install"] dev-repo: "git+https://github.com/ocaml-batteries-team/batteries-included.git" url { - src: "https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.6.0.tar.gz" + src: + "https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.6.0.tar.gz" checksum: [ "md5=1bcb27dfbd130eb057561196ef851649" "sha512=2a56611b09a5f1cba6457539f8b6bc87a5f2a5454b36cdb39f6e0d6a5dac6db179aab1ba87c74dd49cc41df31a9a96feb349028ea41df7371ecb47f4d9dfafc4" diff --git a/packages/upstream/ca-certs.0.2.3/opam b/packages/upstream/ca-certs.0.2.3/opam index 6c15e6868..d408679cb 100644 --- a/packages/upstream/ca-certs.0.2.3/opam +++ b/packages/upstream/ca-certs.0.2.3/opam @@ -1,15 +1,16 @@ opam-version: "2.0" +name: "ca-certs" +version: "0.2.3" synopsis: "Detect root CA certificates from the operating system" -description: """ +description: """\ TLS requires a set of root anchors (Certificate Authorities) to authenticate servers. This library exposes this list so that it can be -registered with ocaml-tls. -""" -maintainer: ["Etienne Millon "] -authors: [ +registered with ocaml-tls.""" +maintainer: "Etienne Millon " +authors: "Etienne Millon , Hannes Mehnert " -] license: "ISC" +tags: "org:mirage" homepage: "https://github.com/mirage/ca-certs" doc: "https://mirage.github.io/ca-certs/doc" bug-reports: "https://github.com/mirage/ca-certs/issues" @@ -29,7 +30,6 @@ depends: [ conflicts: [ "result" {< "1.5"} ] -dev-repo: "git+https://github.com/mirage/ca-certs.git" build: [ ["dune" "subst"] {dev} [ @@ -40,14 +40,12 @@ build: [ "-j" jobs "@install" - "@runtest" {with-test & os != "macos"} # the opam sandbox on macos leads to test failures (ocaml/opam#4389) + "@runtest" {with-test & os != "macos"} "@doc" {with-doc} ] ] -tags: ["org:mirage"] -depexts: [ - ["ca_root_nss"] {os = "freebsd"} -] +depexts: ["ca_root_nss"] {os = "freebsd"} +dev-repo: "git+https://github.com/mirage/ca-certs.git" url { src: "https://github.com/mirage/ca-certs/releases/download/v0.2.3/ca-certs-0.2.3.tbz" diff --git a/packages/upstream/conf-autoconf.0.1/opam b/packages/upstream/conf-autoconf.0.1/opam index 9ae388fee..edf1644ff 100644 --- a/packages/upstream/conf-autoconf.0.1/opam +++ b/packages/upstream/conf-autoconf.0.1/opam @@ -1,13 +1,20 @@ opam-version: "2.0" +name: "conf-autoconf" +version: "0.1" +synopsis: "Virtual package relying on autoconf installation" +description: """\ +This package can only install if the autoconf command +is available on the system.""" maintainer: "unixjunkie@sdf.org" -homepage: "http://www.gnu.org/software/autoconf" authors: "https://www.gnu.org/software/autoconf/autoconf.html#maintainer" -bug-reports: "https://github.com/ocaml/opam-repository/issues" license: "GPL-3.0-only" -build: [ - ["which" "autoconf"] +homepage: "http://www.gnu.org/software/autoconf" +bug-reports: "https://github.com/ocaml/opam-repository/issues" +depends: [ + "conf-which" {build} ] -depends: ["conf-which" {build}] +flags: conf +build: ["which" "autoconf"] depexts: [ ["autoconf"] {os-family = "debian"} ["autoconf"] {os-distribution = "centos"} @@ -23,10 +30,5 @@ depexts: [ ["autoconf"] {os-distribution = "ol"} ["autoconf"] {os-distribution = "rhel"} ["system:autoconf"] {os = "win32" & os-distribution = "cygwinports"} - ["autoconf"] {os-family = "suse"} + ["autoconf"] {os-family = "suse" | os-family = "opensuse"} ] -synopsis: "Virtual package relying on autoconf installation" -description: """ -This package can only install if the autoconf command -is available on the system.""" -flags: conf diff --git a/packages/upstream/conf-gcc.1.0/opam b/packages/upstream/conf-gcc.1.0/opam index e23b3c57b..aceb59dec 100644 --- a/packages/upstream/conf-gcc.1.0/opam +++ b/packages/upstream/conf-gcc.1.0/opam @@ -1,14 +1,20 @@ opam-version: "2.0" +name: "conf-gcc" +version: "1.0" +synopsis: "Virtual package relying on the gcc compiler (for C)" +description: + "This package can only install if the gcc compiler is installed on the system." maintainer: "unixjunkie@sdf.org" authors: ["Francois Berenger" "Francois Bobot"] +license: "GPL-2.0-or-later" homepage: "https://github.com/ocaml/opam-repository" bug-reports: "https://github.com/ocaml/opam-repository/issues" -license: "GPL-2.0-or-later" -build: [["gcc" "--version"]] +flags: conf +build: ["gcc" "--version"] depexts: [ ["gcc"] {os-distribution = "centos"} ["gcc"] {os-distribution = "fedora"} - ["gcc"] {os-distribution = "opensuse"} + ["gcc"] {os-family = "suse" | os-distribution = "opensuse"} ["gcc"] {os-distribution = "debian"} ["gcc"] {os-distribution = "ubuntu"} ["gcc"] {os-distribution = "nixos"} @@ -16,7 +22,3 @@ depexts: [ ["gcc"] {os = "macos" & os-distribution = "homebrew"} ["gcc-core"] {os = "win32" & os-distribution = "cygwinports"} ] -synopsis: "Virtual package relying on the gcc compiler (for C)" -description: - "This package can only install if the gcc compiler is installed on the system." -flags: conf diff --git a/packages/upstream/conf-gmp.4/opam b/packages/upstream/conf-gmp.4/opam index 926239627..cd2dbb2dc 100644 --- a/packages/upstream/conf-gmp.4/opam +++ b/packages/upstream/conf-gmp.4/opam @@ -35,7 +35,7 @@ depexts: [ ["gmp"] {os = "openbsd"} ["gmp"] {os = "freebsd"} ["gmp-dev"] {os-distribution = "alpine"} - ["gmp-devel"] {os-family = "suse"} + ["gmp-devel"] {os-family = "suse" | os-family = "opensuse"} ["gmp"] {os = "win32" & os-distribution = "cygwinports"} ["gmp"] {os-distribution = "nixos"} ] diff --git a/packages/upstream/conf-libcurl.2/opam b/packages/upstream/conf-libcurl.2/opam index bb13098c3..ba9b823c8 100644 --- a/packages/upstream/conf-libcurl.2/opam +++ b/packages/upstream/conf-libcurl.2/opam @@ -19,7 +19,7 @@ depexts: [ ["curl"] {os-distribution = "arch"} ["curl"] {os = "win32" & os-distribution = "cygwinports"} ["curl-dev"] {os-distribution = "alpine"} - ["libcurl-devel"] {os-family = "suse"} + ["libcurl-devel"] {os-family = "suse" | os-family = "opensuse"} ["libcurl-devel"] {os-distribution = "fedora"} ["libcurl-devel"] {os-distribution = "ol"} ["curl"] {os-distribution = "homebrew" & os = "macos"} diff --git a/packages/upstream/conf-libev.4-12/opam b/packages/upstream/conf-libev.4-12/opam index 2f1b19989..8b449f72e 100644 --- a/packages/upstream/conf-libev.4-12/opam +++ b/packages/upstream/conf-libev.4-12/opam @@ -26,7 +26,7 @@ depexts: [ ["libev-devel"] {os-distribution = "rhel"} ["libev-devel"] {os-distribution = "centos"} ["libev-devel"] {os-distribution = "ol" & os-version >= "8"} - ["libev-devel"] {os-family = "suse"} + ["libev-devel"] {os-family = "suse" | os-family = "opensuse"} ["libev"] {os = "freebsd"} ["libev"] {os = "openbsd"} ["libev"] {os-distribution = "nixos"} diff --git a/packages/upstream/conf-libffi.2.0.0/opam b/packages/upstream/conf-libffi.2.0.0/opam index edbb9f275..51d98456f 100644 --- a/packages/upstream/conf-libffi.2.0.0/opam +++ b/packages/upstream/conf-libffi.2.0.0/opam @@ -23,7 +23,7 @@ depexts: [ ["libffi-devel"] {os-distribution = "fedora"} ["libffi-devel"] {os-distribution = "mageia"} ["libffi-devel"] {os-distribution = "ol"} - ["libffi-devel"] {os-family = "suse"} + ["libffi-devel"] {os-family = "suse" | os-family = "opensuse"} ["libffi"] {os = "freebsd"} ["libffi"] {os = "win32" & os-distribution = "cygwinports"} ["libffi"] {os-distribution = "nixos"} diff --git a/packages/upstream/conf-libnl3.1/opam b/packages/upstream/conf-libnl3.1/opam index 8237ed16a..917118ef6 100644 --- a/packages/upstream/conf-libnl3.1/opam +++ b/packages/upstream/conf-libnl3.1/opam @@ -22,7 +22,7 @@ depexts: [ ["libnl3" "libnl3-devel"] {os-distribution = "centos" | os-distribution = "fedora"} ["libnl3" "libnl3-devel"] {os-distribution = "ol" & os-version >= "8"} - ["libnl3-devel"] {os-family = "suse"} + ["libnl3-devel"] {os-family = "suse" | os-family = "opensuse"} ["libnl"] {os-family = "arch"} ["libnl3-dev"] {os-family = "alpine"} ] diff --git a/packages/upstream/conf-libssl.4/opam b/packages/upstream/conf-libssl.4/opam index c2df45bb7..265e73e27 100644 --- a/packages/upstream/conf-libssl.4/opam +++ b/packages/upstream/conf-libssl.4/opam @@ -21,13 +21,14 @@ build: [ ] install: ["sh" "-ex" "./homebrew.sh" "install" lib] {os-distribution = "homebrew"} +build-env: HOMEBREW_NO_AUTO_UPDATE = "1" depexts: [ ["libssl-dev"] {os-family = "debian"} ["libssl-dev"] {os-family = "ubuntu"} ["openssl-devel"] {os-distribution = "centos"} ["openssl-devel"] {os-distribution = "ol"} ["openssl-devel"] {os-distribution = "fedora"} - ["libopenssl-devel"] {os-family = "suse"} + ["libopenssl-devel"] {os-family = "suse" | os-family = "opensuse"} ["openssl-dev"] {os-family = "alpine"} ["openssl"] {os-family = "arch"} ["openssl"] {os-distribution = "homebrew"} diff --git a/packages/upstream/conf-linux-libc-dev.0/opam b/packages/upstream/conf-linux-libc-dev.0/opam index 51d43d956..6ea239d6f 100644 --- a/packages/upstream/conf-linux-libc-dev.0/opam +++ b/packages/upstream/conf-linux-libc-dev.0/opam @@ -19,7 +19,7 @@ build: [ depexts: [ ["linux-libc-dev"] {os-family = "debian"} ["linux-libc-dev"] {os-family = "ubuntu"} - ["linux-glibc-devel"] {os-family = "suse"} + ["linux-glibc-devel"] {os-family = "suse" | os-family = "opensuse"} ["kernel-headers"] {os-distribution = "fedora" | os-distribution = "rhel" | os-distribution = "centos" | diff --git a/packages/upstream/conf-python-3.9.0.0/opam b/packages/upstream/conf-python-3.9.0.0/opam index e9f338a83..074e2c706 100644 --- a/packages/upstream/conf-python-3.9.0.0/opam +++ b/packages/upstream/conf-python-3.9.0.0/opam @@ -22,7 +22,7 @@ depexts: [ ["python3"] {os-distribution = "fedora"} ["python3"] {os-distribution = "ol"} ["python"] {os-distribution = "arch"} - ["python3"] {os-family = "suse"} + ["python3"] {os-family = "suse" | os-family = "opensuse"} ["dev-lang/python:3.6"] {os-distribution = "gentoo"} ["python3"] {os = "openbsd"} ["lang/python39"] {os = "netbsd"} diff --git a/packages/upstream/conf-which/conf-which.1/opam b/packages/upstream/conf-which.1/opam similarity index 85% rename from packages/upstream/conf-which/conf-which.1/opam rename to packages/upstream/conf-which.1/opam index a76478f59..c1d8ef0d9 100644 --- a/packages/upstream/conf-which/conf-which.1/opam +++ b/packages/upstream/conf-which.1/opam @@ -1,21 +1,23 @@ opam-version: "2.0" +name: "conf-which" +version: "1" +synopsis: "Virtual package relying on which" +description: + "This package can only install if the which program is installed on the system." maintainer: "unixjunkie@sdf.org" -homepage: "http://www.gnu.org/software/which/" authors: "Carlo Wood" -bug-reports: "https://github.com/ocaml/opam-repository/issues" license: "GPL-2.0-or-later" -build: [["which" "which"]] +homepage: "http://www.gnu.org/software/which/" +bug-reports: "https://github.com/ocaml/opam-repository/issues" +flags: conf +build: ["which" "which"] depexts: [ ["which"] {os-distribution = "centos"} ["which"] {os-distribution = "fedora"} ["which"] {os-distribution = "ol"} - ["which"] {os-family = "suse"} + ["which"] {os-family = "suse" | os-family = "opensuse"} ["debianutils"] {os-family = "debian"} ["debianutils"] {os-family = "ubuntu"} ["which"] {os-distribution = "nixos"} ["which"] {os-family = "arch"} ] -synopsis: "Virtual package relying on which" -description: - "This package can only install if the which program is installed on the system." -flags: conf diff --git a/packages/upstream/core.v0.15.1/opam b/packages/upstream/core.v0.15.1/opam index d97371fa0..575a5f00c 100644 --- a/packages/upstream/core.v0.15.1/opam +++ b/packages/upstream/core.v0.15.1/opam @@ -15,7 +15,7 @@ homepage: "https://github.com/janestreet/core" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core/index.html" bug-reports: "https://github.com/janestreet/core/issues" depends: [ - "ocaml" {>= "4.11.0"} + "ocaml" {>= "4.11.0" & < "5.1~"} "base" {>= "v0.15.1" & < "v0.16"} "base_bigstring" {>= "v0.15" & < "v0.16"} "base_quickcheck" {>= "v0.15" & < "v0.16"} diff --git a/packages/upstream/cpu.2.0.0/opam b/packages/upstream/cpu.2.0.0/opam index 78597777d..d4ffb737a 100644 --- a/packages/upstream/cpu.2.0.0/opam +++ b/packages/upstream/cpu.2.0.0/opam @@ -1,29 +1,30 @@ opam-version: "2.0" -authors: "Roberto Di Cosmo " +name: "cpu" +version: "2.0.0" +synopsis: "Pin current process to given core number" +description: """\ +The module installed is called Cpu; in order to not conflic +with the Setcore module that is installed by parmap. + +This library can also get the number of CPU cores online.""" maintainer: "unixjunkie@sdf.org" license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception" +authors: "Roberto Di Cosmo " homepage: "https://github.com/UnixJunkie/cpu" -dev-repo: "git+https://github.com/UnixJunkie/cpu.git" bug-reports: "https://github.com/UnixJunkie/cpu/issues" +depends: [ + "conf-autoconf" {build} + "ocaml" + "dune" {>= "1.11.0"} +] build: [ ["autoconf"] ["autoheader"] ["./configure"] ["dune" "build" "-p" name "-j" jobs] ] -depends: [ - "conf-autoconf" {build} - "ocaml" - "dune" {>= "1.11.0"} -] -synopsis: "Pin current process to given core number" -description: " -The module installed is called Cpu; in order to not conflic -with the Setcore module that is installed by parmap. - -This library can also get the number of CPU cores online. -" +dev-repo: "git+https://github.com/UnixJunkie/cpu.git" url { - src: "https://github.com/UnixJunkie/cpu/archive/v2.0.0.tar.gz" - checksum: "md5=644ca40ddbe7c34f8431ec3868958aec" + src: "https://github.com/UnixJunkie/cpu/archive/v2.0.0.tar.gz" + checksum: "md5=644ca40ddbe7c34f8431ec3868958aec" } diff --git a/packages/upstream/dune-private-libs.3.6.2/opam b/packages/upstream/dune-private-libs.3.6.2/opam index fbb7b3900..1d78855b4 100644 --- a/packages/upstream/dune-private-libs.3.6.2/opam +++ b/packages/upstream/dune-private-libs.3.6.2/opam @@ -1,16 +1,17 @@ opam-version: "2.0" +name: "dune-private-libs" +version: "3.6.2" synopsis: "Private libraries of Dune" -description: """ +description: """\ !!!!!!!!!!!!!!!!!!!!!! !!!!! DO NOT USE !!!!! !!!!!!!!!!!!!!!!!!!!!! This package contains code that is shared between various dune-xxx packages. However, it is not meant for public consumption and provides -no stability guarantee. -""" -maintainer: ["Jane Street Group, LLC "] -authors: ["Jane Street Group, LLC "] +no stability guarantee.""" +maintainer: "Jane Street Group, LLC " +authors: "Jane Street Group, LLC " license: "MIT" homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" @@ -24,22 +25,13 @@ depends: [ "ocaml" {>= "4.08"} "odoc" {with-doc} ] -dev-repo: "git+https://github.com/ocaml/dune.git" build: [ ["dune" "subst"] {dev} ["rm" "-rf" "vendor/csexp"] ["rm" "-rf" "vendor/pp"] - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@doc" {with-doc} - ] + ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] ] +dev-repo: "git+https://github.com/ocaml/dune.git" url { src: "https://github.com/ocaml/dune/releases/download/3.6.2/dune-3.6.2.tbz" checksum: [ diff --git a/packages/upstream/dune-site.3.6.2/opam b/packages/upstream/dune-site.3.6.2/opam index 6d8a13374..1d6183dc4 100644 --- a/packages/upstream/dune-site.3.6.2/opam +++ b/packages/upstream/dune-site.3.6.2/opam @@ -1,7 +1,9 @@ opam-version: "2.0" +name: "dune-site" +version: "3.6.2" synopsis: "Embed locations information inside executable and libraries" -maintainer: ["Jane Street Group, LLC "] -authors: ["Jane Street Group, LLC "] +maintainer: "Jane Street Group, LLC " +authors: "Jane Street Group, LLC " license: "MIT" homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" @@ -11,22 +13,13 @@ depends: [ "dune-private-libs" {= version} "odoc" {with-doc} ] -dev-repo: "git+https://github.com/ocaml/dune.git" build: [ ["dune" "subst"] {dev} ["rm" "-rf" "vendor/csexp"] ["rm" "-rf" "vendor/pp"] - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@doc" {with-doc} - ] + ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] ] +dev-repo: "git+https://github.com/ocaml/dune.git" url { src: "https://github.com/ocaml/dune/releases/download/3.6.2/dune-3.6.2.tbz" checksum: [ diff --git a/packages/upstream/goblint-cil.2.0.1/opam b/packages/upstream/goblint-cil.2.0.1/opam index d01bce669..021440674 100644 --- a/packages/upstream/goblint-cil.2.0.1/opam +++ b/packages/upstream/goblint-cil.2.0.1/opam @@ -1,7 +1,9 @@ opam-version: "2.0" +name: "goblint-cil" +version: "2.0.1" synopsis: "A front-end for the C programming language that facilitates program analysis and transformation" -description: """ +description: """\ This is a fork of the 'cil' package used for 'goblint'. Major changes include: * Support for C99 and C11. * Compatibility with modern OCaml versions. @@ -42,6 +44,7 @@ depends: [ "conf-gcc" ] conflicts: ["cil"] +available: arch = "x86_64" build: [ ["dune" "subst"] {dev} [ @@ -56,13 +59,14 @@ build: [ "@doc" {with-doc} ] ] -dev-repo: "git+https://github.com/goblint/cil.git" depexts: [ - ["perl-ExtUtils-MakeMaker"] {os-distribution = "centos" | os-distribution = "fedora" | os-distribution = "ol"} + ["perl-ExtUtils-MakeMaker"] + {os-distribution = "centos" | os-distribution = "fedora" | + os-distribution = "ol"} ["perl-FindBin"] {os-distribution = "fedora"} ["build-base"] {os-distribution = "alpine"} ] -available: arch = "x86_64" +dev-repo: "git+https://github.com/goblint/cil.git" url { src: "https://github.com/goblint/cil/releases/download/2.0.1/goblint-cil-2.0.1.tbz" diff --git a/packages/upstream/goblint.2.1.0/opam b/packages/upstream/goblint.2.1.0/opam index 82f8a42df..0e27f753c 100644 --- a/packages/upstream/goblint.2.1.0/opam +++ b/packages/upstream/goblint.2.1.0/opam @@ -1,4 +1,6 @@ opam-version: "2.0" +name: "goblint" +version: "2.1.0" synopsis: "Static analysis framework for C" maintainer: [ "Simmo Saan " @@ -51,6 +53,7 @@ depopts: ["apron" "z3"] conflicts: [ "result" {< "1.5"} ] +available: os-distribution != "alpine" & arch != "arm64" build: [ ["dune" "subst"] {dev} [ @@ -68,9 +71,6 @@ build: [ ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/goblint/analyzer.git" -# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project -# also remember to generate/adjust goblint.opam.locked! -available: os-distribution != "alpine" & arch != "arm64" url { src: "https://github.com/goblint/analyzer/releases/download/v2.1.0/goblint-2.1.0.tbz" @@ -80,11 +80,3 @@ url { ] } x-commit-hash: "694375b2081f51f381792fe02c3dd69a4a2e9f97" -# pin-depends: [ - # published goblint-cil 2.0.1 is currently up-to-date, so no pin needed - # [ "goblint-cil.2.0.0" "git+https://github.com/goblint/cil.git#3261501a8c7d712748711341677bf023437e3c56" ] - # TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252) - # [ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ] - # TODO: add back after release, only pinned for CI stability - # [ "apron.v0.9.13" "git+https://github.com/antoinemine/apron.git#c852ebcc89e5cf4a5a3318e7c13c73e1756abb11"] -# ] diff --git a/packages/upstream/integers.0.7.0/opam b/packages/upstream/integers.0.7.0/opam index ff6ef6bdd..099c12f2d 100644 --- a/packages/upstream/integers.0.7.0/opam +++ b/packages/upstream/integers.0.7.0/opam @@ -7,9 +7,9 @@ authors: [ "Jeremy Yallop" "Demi Obenour" "Stephane Glondu" "Andreas Hauptmann" ] license: "MIT" -homepage: "https://github.com/ocamllabs/ocaml-integers" -doc: "http://ocamllabs.github.io/ocaml-integers/api.docdir/" -bug-reports: "https://github.com/ocamllabs/ocaml-integers/issues" +homepage: "https://github.com/yallop/ocaml-integers" +doc: "http://yallop.github.io/ocaml-integers/api.docdir/" +bug-reports: "https://github.com/yallop/ocaml-integers/issues" depends: [ "ocaml" {>= "4.03"} "dune" {>= "1.0"} @@ -20,8 +20,8 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -dev-repo: "git+https://github.com/ocamllabs/ocaml-integers.git" +dev-repo: "git+https://github.com/yallop/ocaml-integers.git" url { - src: "https://github.com/ocamllabs/ocaml-integers/archive/0.7.0.tar.gz" + src: "https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz" checksum: "md5=201cf24143d7cb9a3921d572b6e6c42c" } diff --git a/packages/upstream/logs-syslog.0.2.2/opam b/packages/upstream/logs-syslog.0.2.2/opam index d3f5a1b7b..362a2ec45 100644 --- a/packages/upstream/logs-syslog.0.2.2/opam +++ b/packages/upstream/logs-syslog.0.2.2/opam @@ -21,7 +21,7 @@ depends: [ "dune" {>= "1.1.0"} "logs" "ptime" - "syslog-message" {>= "1.0.0"} + "syslog-message" {>= "1.0.0" & < "1.2.0"} ] depopts: [ "lwt" @@ -39,6 +39,7 @@ conflicts: [ "mirage-console" {< "3.0.0"} "mirage-clock" {< "3.0.0"} "mirage-stack" {< "2.0.0"} + "tls" {>= "0.16.0"} ] build: ["dune" "build" "-p" name "-j" jobs] dev-repo: "git+https://github.com/hannesm/logs-syslog.git" diff --git a/packages/upstream/mustache.3.1.0/opam b/packages/upstream/mustache.3.1.0/opam index 560d3b4e6..9b798a95e 100644 --- a/packages/upstream/mustache.3.1.0/opam +++ b/packages/upstream/mustache.3.1.0/opam @@ -13,9 +13,9 @@ doc: "http://rgrinberg.github.io/mustache/" bug-reports: "https://github.com/rgrinberg/ocaml-mustache/issues" depends: [ "ocaml" {>= "4.03"} - "dune" + "dune" {>= "1.4.0"} "ezjsonm" - "menhir" + "menhir" {>= "20180528"} "ounit" {with-test} ] build: [ diff --git a/packages/upstream/num.1.4/opam b/packages/upstream/num.1.4/opam index 0239e3598..e5c29c449 100644 --- a/packages/upstream/num.1.4/opam +++ b/packages/upstream/num.1.4/opam @@ -12,7 +12,7 @@ depends: [ "ocaml" {>= "4.06.0"} "ocamlfind" {build & >= "1.7.3"} ] -conflicts: ["base-num"] +conflicts: ["base-num" "ocaml-option-bytecode-only"] build: make install: [ ["ocamlfind" "remove" "num"] diff --git a/packages/upstream/ocamlformat.0.22.4/opam b/packages/upstream/ocamlformat.0.22.4/opam index 46f03ab92..af93df075 100644 --- a/packages/upstream/ocamlformat.0.22.4/opam +++ b/packages/upstream/ocamlformat.0.22.4/opam @@ -10,7 +10,7 @@ license: "MIT AND LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/ocaml-ppx/ocamlformat" bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" depends: [ - "ocaml" {>= "4.08"} + "ocaml" {>= "4.08" & < "5.0.0"} "alcotest" {with-test} "base" {>= "v0.12.0"} "cmdliner" {>= "1.1.0"} @@ -23,10 +23,10 @@ depends: [ "menhir" {>= "20201216"} "menhirLib" {>= "20201216"} "menhirSdk" {>= "20201216"} - "ocaml-version" {>= "3.3.0"} + "ocaml-version" {>= "3.3.0" & < "3.6.0"} "ocamlformat-rpc-lib" {with-test & post & = version} "ocp-indent" - "odoc-parser" {>= "1.0.0"} + "odoc-parser" {>= "1.0.0" & < "2.0.0"} "re" {>= "1.7.2"} "stdio" "uuseg" {>= "10.0.0"} diff --git a/packages/upstream/ocurl.0.9.1/opam b/packages/upstream/ocurl.0.9.1/opam index 7274072f5..13f4e8e09 100644 --- a/packages/upstream/ocurl.0.9.1/opam +++ b/packages/upstream/ocurl.0.9.1/opam @@ -18,11 +18,12 @@ depends: [ "conf-libcurl" ] depopts: ["lwt" "lwt_ppx"] +conflicts: ["ocaml-option-bytecode-only"] build: [ ["./configure"] [make] [make "doc"] {with-doc} - [make "test"] {with-test} + [make "test"] {with-test & ocaml:version < "5.0.0"} ] install: [make "install"] dev-repo: "git+https://github.com/ygrek/ocurl.git" diff --git a/packages/upstream/opentelemetry.0.5/opam b/packages/upstream/opentelemetry.0.5/opam index b0c8a74f3..7d595c049 100644 --- a/packages/upstream/opentelemetry.0.5/opam +++ b/packages/upstream/opentelemetry.0.5/opam @@ -15,8 +15,9 @@ depends: [ "odoc" {with-doc} "pbrt" {>= "2.3"} ] -depopts: [ - "trace" {>= "0.1"} +depopts: ["trace"] +conflicts: [ + "trace" {< "0.1" | >= "0.3"} ] build: [ ["dune" "subst"] {dev} diff --git a/packages/upstream/ppx_blob.0.7.2/opam b/packages/upstream/ppx_blob.0.7.2/opam index edbd89216..d3e1b900e 100644 --- a/packages/upstream/ppx_blob.0.7.2/opam +++ b/packages/upstream/ppx_blob.0.7.2/opam @@ -1,25 +1,26 @@ opam-version: "2.0" -authors: "John Whitington" +name: "ppx_blob" +version: "0.7.2" +synopsis: "Include a file as a string at compile time" +description: + "ppx_blob allows you to include a binary blob from a file as a string. Writing `[%blob \"filename\"]` will replace the string with the contents of the file at compile time. This allows the inclusion of arbitary, possibly compressed, data, without the need to respect OCaml's lexical conventions." maintainer: "contact@coherentgraphics.co.uk" license: "Unlicense" +authors: "John Whitington" homepage: "https://github.com/johnwhitington/ppx_blob" -dev-repo: "git+https://github.com/johnwhitington/ppx_blob.git" -bug-reports: "https://github.com/johnwhitington/ppx_blob/issues/" doc: "https://johnwhitington.github.io/ppx_blob/" -build: [ - ["dune" "build" "-p" name "-j" jobs] - ["dune" "runtest" "-p" name "-j" jobs] {with-test} -] +bug-reports: "https://github.com/johnwhitington/ppx_blob/issues/" depends: [ "ocaml" "dune" "ppxlib" "alcotest" {with-test} ] -synopsis: "Include a file as a string at compile time" -description: - "ppx_blob allows you to include a binary blob from a file as a string. Writing `[%blob \"filename\"]` will replace the string with the contents of the file at compile time. This allows the inclusion of arbitary, possibly compressed, data, without the need to respect OCaml's lexical conventions." -x-commit-hash: "3118ced54a0f4c94dcc51892ccffdd836ac4cbef" +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/johnwhitington/ppx_blob.git" url { src: "https://github.com/johnwhitington/ppx_blob/releases/download/0.7.2/ppx_blob-0.7.2.tbz" @@ -28,3 +29,4 @@ url { "sha512=d1701f640ce3dda2e2f0dce7d3f4a6b33ddfdaf793a9beab73e4f9ac93b2912adb7bb3b7fd1800bab258302aef0f0cdefb1e20ee62e6d882b25f0a64eae390a3" ] } +x-commit-hash: "3118ced54a0f4c94dcc51892ccffdd836ac4cbef" diff --git a/packages/upstream/ppx_deriving.5.2.1/opam b/packages/upstream/ppx_deriving.5.2.1/opam index ea9c3c61f..5cc5c19aa 100644 --- a/packages/upstream/ppx_deriving.5.2.1/opam +++ b/packages/upstream/ppx_deriving.5.2.1/opam @@ -1,18 +1,18 @@ opam-version: "2.0" +name: "ppx_deriving" +version: "5.2.1" +synopsis: "Type-driven code generation for OCaml" +description: """\ +ppx_deriving provides common infrastructure for generating +code based on type definitions, and a set of useful plugins +for common tasks.""" maintainer: "whitequark " -authors: [ "whitequark " ] +authors: "whitequark " license: "MIT" +tags: "syntax" homepage: "https://github.com/ocaml-ppx/ppx_deriving" doc: "https://ocaml-ppx.github.io/ppx_deriving/" bug-reports: "https://github.com/ocaml-ppx/ppx_deriving/issues" -dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving.git" -tags: [ "syntax" ] -build: [ - ["dune" "subst"] {dev} - ["dune" "build" "-p" name "-j" jobs] - ["dune" "runtest" "-p" name "-j" jobs] {with-test} - ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} -] depends: [ "ocaml" {>= "4.05.0"} "dune" {>= "1.6.3"} @@ -23,12 +23,14 @@ depends: [ "result" "ounit2" {with-test} ] -synopsis: "Type-driven code generation for OCaml" -description: """ -ppx_deriving provides common infrastructure for generating -code based on type definitions, and a set of useful plugins -for common tasks. -""" +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] + {with-test & ocaml:version < "5.0.0"} + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} +] +dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving.git" url { src: "https://github.com/ocaml-ppx/ppx_deriving/releases/download/v5.2.1/ppx_deriving-v5.2.1.tbz" diff --git a/packages/upstream/ppx_deriving_hash.0.1.1/opam b/packages/upstream/ppx_deriving_hash.0.1.1/opam index 1da622607..61d5ca0bd 100644 --- a/packages/upstream/ppx_deriving_hash.0.1.1/opam +++ b/packages/upstream/ppx_deriving_hash.0.1.1/opam @@ -1,9 +1,11 @@ opam-version: "2.0" +name: "ppx_deriving_hash" +version: "0.1.1" synopsis: "[@@deriving hash]" description: "Deriver for standard hash functions without extra dependencies." -maintainer: ["Simmo Saan "] -authors: ["Simmo Saan "] +maintainer: "Simmo Saan " +authors: "Simmo Saan " license: "MIT" homepage: "https://github.com/sim642/ppx_deriving_hash" bug-reports: "https://github.com/sim642/ppx_deriving_hash/issues" diff --git a/packages/upstream/ppx_deriving_rpc.9.0.0+1/opam b/packages/upstream/ppx_deriving_rpc.9.0.0+1/opam index 8af0a7d72..eaf43d407 100644 --- a/packages/upstream/ppx_deriving_rpc.9.0.0+1/opam +++ b/packages/upstream/ppx_deriving_rpc.9.0.0+1/opam @@ -34,11 +34,17 @@ patches: [ "fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" ] +dev-repo: "git+https://github.com/mirage/ocaml-rpc.git" extra-files: [ - ["fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a"] - ["e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb"] + [ + "fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" + "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a" + ] + [ + "e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" + "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb" + ] ] -dev-repo: "git+https://github.com/mirage/ocaml-rpc.git" url { src: "https://github.com/mirage/ocaml-rpc/releases/download/9.0.0/rpclib-9.0.0.tbz" diff --git a/packages/upstream/ppx_deriving_yojson.3.7.0/opam b/packages/upstream/ppx_deriving_yojson.3.7.0/opam index 7642422bf..796eded6d 100644 --- a/packages/upstream/ppx_deriving_yojson.3.7.0/opam +++ b/packages/upstream/ppx_deriving_yojson.3.7.0/opam @@ -1,4 +1,6 @@ opam-version: "2.0" +name: "ppx_deriving_yojson" +version: "3.7.0" synopsis: "JSON codec generator for OCaml" description: """\ ppx_deriving_yojson is a ppx_deriving plugin that provides @@ -31,4 +33,4 @@ url { "md5=456be82acb16bbf6be12ab01f9dfaa94" "sha512=6aa8b3a6e60afd1ce68995bad6776c975b3640303b2049233e661c46300abea1f48916d4e876412de49f35744f31b99c29736e2bb974e1b4a494b0932bbd6e80" ] -} \ No newline at end of file +} diff --git a/packages/upstream/rpclib-async.9.0.0+1/opam b/packages/upstream/rpclib-async.9.0.0+1/opam index cb6772e0d..7aab0b9fe 100644 --- a/packages/upstream/rpclib-async.9.0.0+1/opam +++ b/packages/upstream/rpclib-async.9.0.0+1/opam @@ -33,11 +33,17 @@ patches: [ "fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" ] +dev-repo: "git+https://github.com/mirage/ocaml-rpc.git" extra-files: [ - ["fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a"] - ["e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb"] + [ + "fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" + "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a" + ] + [ + "e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" + "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb" + ] ] -dev-repo: "git+https://github.com/mirage/ocaml-rpc.git" url { src: "https://github.com/mirage/ocaml-rpc/releases/download/9.0.0/rpclib-9.0.0.tbz" diff --git a/packages/upstream/rpclib-lwt.9.0.0+1/opam b/packages/upstream/rpclib-lwt.9.0.0+1/opam index e5c127b9c..4a72a7708 100644 --- a/packages/upstream/rpclib-lwt.9.0.0+1/opam +++ b/packages/upstream/rpclib-lwt.9.0.0+1/opam @@ -34,11 +34,17 @@ patches: [ "fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" ] +dev-repo: "git+https://github.com/mirage/ocaml-rpc.git" extra-files: [ - ["fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a"] - ["e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb"] + [ + "fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" + "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a" + ] + [ + "e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" + "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb" + ] ] -dev-repo: "git+https://github.com/mirage/ocaml-rpc.git" url { src: "https://github.com/mirage/ocaml-rpc/releases/download/9.0.0/rpclib-9.0.0.tbz" diff --git a/packages/upstream/rpclib.9.0.0+1/opam b/packages/upstream/rpclib.9.0.0+1/opam index 73e4cc21b..70d061015 100644 --- a/packages/upstream/rpclib.9.0.0+1/opam +++ b/packages/upstream/rpclib.9.0.0+1/opam @@ -31,19 +31,25 @@ depends: [ conflicts: [ "result" {< "1.5"} ] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] patches: [ "fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" ] +dev-repo: "git+https://github.com/mirage/ocaml-rpc.git" extra-files: [ - ["fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a"] - ["e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb"] -] -build: [ - ["dune" "build" "-p" name "-j" jobs] - ["dune" "runtest" "-p" name "-j" jobs] {with-test} + [ + "fddc7da9e35527f049a7fbabd072d55e0ace14ea.patch" + "sha256=40f9c30a32ffd4ba5c442a189ff34b3c7b8b381966d11f9e0d5567cc7883b67a" + ] + [ + "e7054a81e126cf69ce5eea26cbd10741ea67fe2d.patch" + "sha256=710434a738856df4481a79ef1ec6c34a0e6752ffc9b0463f11fd92ecfc75d1eb" + ] ] -dev-repo: "git+https://github.com/mirage/ocaml-rpc.git" url { src: "https://github.com/mirage/ocaml-rpc/releases/download/9.0.0/rpclib-9.0.0.tbz" diff --git a/packages/upstream/syslog-message.1.1.0/opam b/packages/upstream/syslog-message.1.1.0/opam index fd9186f97..e9362083a 100644 --- a/packages/upstream/syslog-message.1.1.0/opam +++ b/packages/upstream/syslog-message.1.1.0/opam @@ -16,7 +16,7 @@ depends: [ "dune" {>= "1.1.0"} "astring" "ptime" - "rresult" + "rresult" {>= "0.3.0"} "qcheck" {with-test} ] build: [ diff --git a/packages/upstream/tyre.0.5/opam b/packages/upstream/tyre.0.5/opam index 162db9b09..b4b3d375b 100644 --- a/packages/upstream/tyre.0.5/opam +++ b/packages/upstream/tyre.0.5/opam @@ -18,7 +18,7 @@ bug-reports: "https://github.com/Drup/tyre/issues" depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.0"} - "re" {>= "1.8.0"} + "re" {>= "1.9.0"} "alcotest" {with-test & >= "0.8.0"} "odoc" {with-doc} "result" diff --git a/packages/upstream/uri-sexp.4.3.0/files/ipv6.patch b/packages/upstream/uri-sexp.4.3.0+1/files/ipv6.patch similarity index 100% rename from packages/upstream/uri-sexp.4.3.0/files/ipv6.patch rename to packages/upstream/uri-sexp.4.3.0+1/files/ipv6.patch diff --git a/packages/upstream/uri-sexp.4.3.0/opam b/packages/upstream/uri-sexp.4.3.0+1/opam similarity index 91% rename from packages/upstream/uri-sexp.4.3.0/opam rename to packages/upstream/uri-sexp.4.3.0+1/opam index dd7050d38..6d98108b6 100644 --- a/packages/upstream/uri-sexp.4.3.0/opam +++ b/packages/upstream/uri-sexp.4.3.0+1/opam @@ -22,13 +22,12 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -patches: [ - "ipv6.patch" -] +patches: "ipv6.patch" +dev-repo: "git+https://github.com/mirage/ocaml-uri.git" extra-files: [ - ["ipv6.patch" "sha256=836364f7a07eeb6e2e7527b371e65ed2450a2f700687d9e29547b2f730375912"] + "ipv6.patch" + "sha256=836364f7a07eeb6e2e7527b371e65ed2450a2f700687d9e29547b2f730375912" ] -dev-repo: "git+https://github.com/mirage/ocaml-uri.git" url { src: "https://github.com/mirage/ocaml-uri/releases/download/v4.3.0/uri-4.3.0.tbz" diff --git a/packages/upstream/uri.4.3.0/files/ipv6.patch b/packages/upstream/uri.4.3.0+1/files/ipv6.patch similarity index 100% rename from packages/upstream/uri.4.3.0/files/ipv6.patch rename to packages/upstream/uri.4.3.0+1/files/ipv6.patch diff --git a/packages/upstream/uri.4.3.0/opam b/packages/upstream/uri.4.3.0+1/opam similarity index 92% rename from packages/upstream/uri.4.3.0/opam rename to packages/upstream/uri.4.3.0+1/opam index bd0c9f327..6b4a9400e 100644 --- a/packages/upstream/uri.4.3.0/opam +++ b/packages/upstream/uri.4.3.0+1/opam @@ -25,13 +25,12 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -patches: [ - "ipv6.patch" -] +patches: "ipv6.patch" +dev-repo: "git+https://github.com/mirage/ocaml-uri.git" extra-files: [ - ["ipv6.patch" "sha256=836364f7a07eeb6e2e7527b371e65ed2450a2f700687d9e29547b2f730375912"] + "ipv6.patch" + "sha256=836364f7a07eeb6e2e7527b371e65ed2450a2f700687d9e29547b2f730375912" ] -dev-repo: "git+https://github.com/mirage/ocaml-uri.git" url { src: "https://github.com/mirage/ocaml-uri/releases/download/v4.3.0/uri-4.3.0.tbz" diff --git a/packages/upstream/yaml.3.1.0/opam b/packages/upstream/yaml.3.1.0/opam index 2a72f45fc..228274b0c 100644 --- a/packages/upstream/yaml.3.1.0/opam +++ b/packages/upstream/yaml.3.1.0/opam @@ -1,4 +1,6 @@ opam-version: "2.0" +name: "yaml" +version: "3.1.0" synopsis: "Parse and generate YAML 1.1/1.2 files" description: """\ This is an OCaml library to parse and generate the YAML file @@ -35,7 +37,7 @@ depends: [ "junit_alcotest" {with-test} "ezjsonm" {with-test} ] -conflicts:[ +conflicts: [ "result" {< "1.5"} ] build: [