this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #22449 from dbuenzli/b0-publish-topkg-care.1.0.6-etc-dff55c559026dc7b

Add: topkg.1.0.6, topkg-care.1.0.6

authored by

Kate and committed by
GitHub
68a31fba 47a6159e

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