opam-version: "2.0" maintainer: "The stdlib-shims programmers" authors: "The stdlib-shims programmers" homepage: "https://github.com/ocaml/stdlib-shims" doc: "https://ocaml.github.io/stdlib-shims/" dev-repo: "git+https://github.com/ocaml/stdlib-shims.git" bug-reports: "https://github.com/ocaml/stdlib-shims/issues" tags: ["stdlib" "compatibility" "org:ocaml"] license: ["LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] depends: [ "ocaml" {>= "4.02.3"} "dune" ("dune" {>= "2.8.0"} | "ocaml" {< "4.12.0~~"}) ] build: [ "dune" "build" "-p" name "-j" jobs ] synopsis: "Backport some of the new stdlib features to older compiler" description: """ Backport some of the new stdlib features to older compiler, such as the Stdlib module. This allows projects that require compatibility with older compiler to use these new features in their code. """ url { src: "https://github.com/ocaml/stdlib-shims/releases/download/0.1.0/stdlib-shims-0.1.0.tbz" checksum: [ "sha256=5373c987e9f82a4434fffa3eb7d795159138f8ffe76b786a1ac21877c8f266cb" "md5=12b5704eed70c6bff5ac39a16db1425d" ] }