1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
# OCaml astring - Alternative String module # https://github.com/dbuenzli/astring [package] name = "ocaml-astring" version = "0.8.5" release = 1 description = "OCaml alternative String module" url = "https://github.com/dbuenzli/astring" license = "ISC" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["ocaml"] build = ["ocaml", "ocaml-findlib", "ocaml-ocamlbuild", "ocaml-topkg"] [[source]] file = "astring-0.8.5.tar.gz" urls = [ "https://github.com/dbuenzli/astring/archive/refs/tags/v0.8.5.tar.gz" ] checksum = "skip" extract = true [build] parallel = false