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