1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[package] name = "ocaml-topkg" version = "1.1.1" description = "OCaml package release helper" homepage = "https://erratique.ch/software/topkg" license = "ISC" [dependencies] build = ["ocaml", "ocaml-findlib", "ocaml-ocamlbuild"] runtime = ["ocaml", "ocaml-findlib", "ocaml-ocamlbuild"] [[source]] file = "topkg-1.1.1.tbz" urls = [ "https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz" ] checksum = "skip" extract = true