this repo has no description
1opam-version: "2.0" 2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 3authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"] 4homepage: "http://erratique.ch/software/topkg" 5doc: "http://erratique.ch/software/topkg/doc" 6license: "ISC" 7dev-repo: "git+http://erratique.ch/repos/topkg.git" 8bug-reports: "https://github.com/dbuenzli/topkg/issues" 9tags: ["packaging" "ocamlbuild" "org:erratique"] 10depends: [ 11 "ocaml" {>= "4.01.0" & < "4.12.0"} 12 "ocamlfind" {build & >= "1.6.1"} 13 "ocamlbuild" 14 "result" 15] 16conflicts: [ 17 "ocaml-option-bytecode-only" 18] 19build: [[ 20 "ocaml" "pkg/pkg.ml" "build" 21 "--pkg-name" name 22 "--dev-pkg" "%{pinned}%" ]] 23synopsis: "The transitory OCaml software packager" 24description: """ 25Topkg is a packager for distributing OCaml software. It provides an 26API to describe the files a package installs in a given build 27configuration and to specify information about the package's 28distribution, creation and publication procedures. 29 30The optional topkg-care package provides the `topkg` command line tool 31which helps with various aspects of a package's life cycle: creating 32and linting a distribution, releasing it on the WWW, publish its 33documentation, add it to the OCaml opam repository, etc. 34 35Topkg is distributed under the ISC license and has **no** 36dependencies. This is what your packages will need as a *build* 37dependency. 38 39Topkg-care is distributed under the ISC license it depends on 40[fmt][fmt], [logs][logs], [bos][bos], [cmdliner][cmdliner], 41[webbrowser][webbrowser] and `opam-format`. 42 43[fmt]: http://erratique.ch/software/fmt 44[logs]: http://erratique.ch/software/logs 45[bos]: http://erratique.ch/software/bos 46[cmdliner]: http://erratique.ch/software/cmdliner 47[webbrowser]: http://erratique.ch/software/webbrowser""" 48url { 49 src: "http://erratique.ch/software/topkg/releases/topkg-0.9.1.tbz" 50 checksum: [ 51 "sha256=a6fb7a308374c50201c0998ccb1ee878fffe4c131a73eef4833da0ebebfa99ea" 52 "md5=8978a0595db1a22e4251ec62735d4b84" 53 ] 54}