···11+opam-version: "2.0"
22+synopsis: "The transitory OCaml software packager"
33+description: """\
44+Topkg is a packager for distributing OCaml software. It provides an
55+API to describe the files a package installs in a given build
66+configuration and to specify information about the package's
77+distribution, creation and publication procedures.
88+99+The optional topkg-care package provides the `topkg` command line tool
1010+which helps with various aspects of a package's life cycle: creating
1111+and linting a distribution, releasing it on the WWW, publish its
1212+documentation, add it to the OCaml opam repository, etc.
1313+1414+Topkg is distributed under the ISC license and has **no**
1515+dependencies. This is what your packages will need as a *build*
1616+dependency.
1717+1818+Topkg-care is distributed under the ISC license it depends on
1919+[fmt][fmt], [logs][logs], [bos][bos], [cmdliner][cmdliner],
2020+[webbrowser][webbrowser] and `opam-format`.
2121+2222+[fmt]: http://erratique.ch/software/fmt
2323+[logs]: http://erratique.ch/software/logs
2424+[bos]: http://erratique.ch/software/bos
2525+[cmdliner]: http://erratique.ch/software/cmdliner
2626+[webbrowser]: http://erratique.ch/software/webbrowser
2727+2828+Home page: http://erratique.ch/software/topkg"""
2929+maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
3030+authors: "The topkg programmers"
3131+license: "ISC"
3232+tags: ["packaging" "ocamlbuild" "org:erratique"]
3333+homepage: "https://erratique.ch/software/topkg"
3434+doc: "https://erratique.ch/software/topkg/doc"
3535+bug-reports: "https://github.com/dbuenzli/topkg/issues"
3636+depends: [
3737+ "ocaml" {>= "4.05.0"}
3838+ "ocamlfind" {build & >= "1.6.1"}
3939+ "ocamlbuild"
4040+ "topkg" {= version}
4141+ "fmt"
4242+ "logs"
4343+ "bos" {>= "0.1.5"}
4444+ "cmdliner" {>= "1.0.0"}
4545+ "webbrowser"
4646+ "opam-format" {>= "2.0.0"}
4747+]
4848+build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"]
4949+dev-repo: "git+https://erratique.ch/repos/topkg.git"
5050+url {
5151+ src: "https://erratique.ch/software/topkg/releases/topkg-1.0.6.tbz"
5252+ checksum:
5353+ "sha512=8e34391e2f499cec332b79454a4edb36a35db6fe22437f017fd5c80ae065160dc967ac02d894a94d08d62dd476521e63733f4cadc3b9b6b314b6aa5b2b4ede78"
5454+}
+47
packages/topkg/topkg.1.0.6/opam
···11+opam-version: "2.0"
22+synopsis: "The transitory OCaml software packager"
33+description: """\
44+Topkg is a packager for distributing OCaml software. It provides an
55+API to describe the files a package installs in a given build
66+configuration and to specify information about the package's
77+distribution, creation and publication procedures.
88+99+The optional topkg-care package provides the `topkg` command line tool
1010+which helps with various aspects of a package's life cycle: creating
1111+and linting a distribution, releasing it on the WWW, publish its
1212+documentation, add it to the OCaml opam repository, etc.
1313+1414+Topkg is distributed under the ISC license and has **no**
1515+dependencies. This is what your packages will need as a *build*
1616+dependency.
1717+1818+Topkg-care is distributed under the ISC license it depends on
1919+[fmt][fmt], [logs][logs], [bos][bos], [cmdliner][cmdliner],
2020+[webbrowser][webbrowser] and `opam-format`.
2121+2222+[fmt]: http://erratique.ch/software/fmt
2323+[logs]: http://erratique.ch/software/logs
2424+[bos]: http://erratique.ch/software/bos
2525+[cmdliner]: http://erratique.ch/software/cmdliner
2626+[webbrowser]: http://erratique.ch/software/webbrowser
2727+2828+Home page: http://erratique.ch/software/topkg"""
2929+maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
3030+authors: "The topkg programmers"
3131+license: "ISC"
3232+tags: ["packaging" "ocamlbuild" "org:erratique"]
3333+homepage: "https://erratique.ch/software/topkg"
3434+doc: "https://erratique.ch/software/topkg/doc"
3535+bug-reports: "https://github.com/dbuenzli/topkg/issues"
3636+depends: [
3737+ "ocaml" {>= "4.05.0"}
3838+ "ocamlfind" {build & >= "1.6.1"}
3939+ "ocamlbuild"
4040+]
4141+build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"]
4242+dev-repo: "git+https://erratique.ch/repos/topkg.git"
4343+url {
4444+ src: "https://erratique.ch/software/topkg/releases/topkg-1.0.6.tbz"
4545+ checksum:
4646+ "sha512=8e34391e2f499cec332b79454a4edb36a35db6fe22437f017fd5c80ae065160dc967ac02d894a94d08d62dd476521e63733f4cadc3b9b6b314b6aa5b2b4ede78"
4747+}