1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[package] name = "ocaml-stdlib-shims" version = "0.3.0" description = "Backport newer stdlib features to older OCaml compilers" homepage = "https://github.com/ocaml/stdlib-shims" license = "LGPL-2.1" [dependencies] build = ["ocaml", "dune"] runtime = ["ocaml"] [[source]] file = "stdlib-shims-0.3.0.tar.gz" urls = [ "https://github.com/ocaml/stdlib-shims/archive/refs/tags/0.3.0.tar.gz" ] checksum = "skip" extract = true