package topkg
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=918dd32a7f0d95f95c272410745a964b37e2d66fcc3e6d6b62acf184bce927f4
md5=0192025c4ab457ad24fb917c7fb6ee1f
README.md.html
Topkg — The transitory OCaml software packager
v0.7.7
Topkg is a packager for distributing OCaml software. It provides an API to describe the files a package installs in a given build configuration and to specify information about the package's distribution creation and publication procedures.
The optional topkg-care package provides the topkg
command line tool which helps with various aspects of a package's life cycle: creating and linting a distribution, releasing it on the WWW, publish its documentation, add it to the OCaml OPAM repository, etc.
Topkg is distributed under the ISC license and has no dependencies. This is what your packages will need as a build dependency.
Topkg-care is distributed under the ISC license it depends on fmt, logs, bos, cmdliner and opam-lib
.
Home page: http://erratique.ch/software/topkg
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>
Installation
Topkg and topkg-care can be installed with opam
:
opam install topkg # All you need for your packages
opam install topkg-care # topkg binary, takes care of your packages
If you don't use opam
consult the topkg.opam
and topkg-care.opam
files for build instructions.
Documentation
A basic introduction and API reference is automatically generated by ocamldoc
from the interfaces. It can be consulted online.
The topkg
command line tool is extensively documented in man pages available through it's help system. Type:
topkg help release # for help about releasing your package
topkg help # for more help