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 fmt - Format pretty-printer combinators # https://github.com/dbuenzli/fmt [package] name = "ocaml-fmt" version = "0.9.0" release = 1 description = "OCaml Format pretty-printer combinators" url = "https://github.com/dbuenzli/fmt" license = "ISC" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["ocaml"] build = ["ocaml", "ocaml-findlib", "ocaml-ocamlbuild", "ocaml-topkg", "ocaml-cmdliner"] [[source]] file = "fmt-0.9.0.tar.gz" urls = [ "https://github.com/dbuenzli/fmt/archive/refs/tags/v0.9.0.tar.gz" ] checksum = "skip" extract = true [build] parallel = false