this repo has no description
0
fork

Configure Feed

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

Opam package for the release 20.0 of stdcompat

+28
+28
packages/stdcompat/stdcompat.20.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Compatibility module for OCaml standard library" 3 + description: 4 + "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." 5 + maintainer: "Thierry Martinez <martinez@nsup.org>" 6 + authors: "Thierry Martinez <martinez@nsup.org>" 7 + license: "BSD-2-Clause" 8 + homepage: "https://github.com/ocamllibs/stdcompat" 9 + bug-reports: "https://github.com/ocamllibs/stdcompat/issues" 10 + depends: [ 11 + "ocaml" {>= "4.11" & < "5.3"} 12 + "dune" {>= "2.0"} 13 + "conf-autoconf" 14 + ] 15 + depopts: [ "result" "seq" "uchar" "ocamlfind" ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + ["dune" "build" "-p" name "-j" jobs] 19 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 20 + ] 21 + dev-repo: "git+https://github.com/ocamllibs/stdcompat.git" 22 + url { 23 + src: 24 + "https://github.com/ocamllibs/stdcompat/archive/refs/tags/20.0.tar.gz" 25 + checksum: [ 26 + "sha512=e654f99e1f83c48bd639957fdedba7fbbbc6c33986ba1f6a746c11536d658efc0fc5c7772243e3c9975b7dc81aa3972c54c17c74e6dd721e3e495883f93ea790" 27 + ] 28 + }