this repo has no description
0
fork

Configure Feed

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

Merge pull request #20740 from Stevendeo/opam-publish-drom-drom_lib.0.6.0

2 packages from OCamlPro/drom at 0.6.0

authored by

Kate and committed by
GitHub
9a1bb2dc c46a661c

+122
+58
packages/drom/drom.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" 3 + synopsis: 4 + "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience" 5 + description: """\ 6 + The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like 7 + user experience. It can be used to create full OCaml projects with 8 + sphinx and odoc documentation. It has specific knowledge of Github and 9 + will generate files for Github Actions CI and Github pages. 10 + """ 11 + authors: [ 12 + "Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" 13 + "Léo Andrès <leo.andres@ocamlpro.com>" 14 + ] 15 + maintainer: [ 16 + "Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" 17 + "Léo Andrès <leo.andres@ocamlpro.com>" 18 + ] 19 + homepage: "https://ocamlpro.github.io/drom" 20 + doc: "https://ocamlpro.github.io/drom/sphinx" 21 + bug-reports: "https://github.com/ocamlpro/drom/issues" 22 + dev-repo: "git+https://github.com/ocamlpro/drom.git" 23 + tags: "org:ocamlpro" 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + ["sh" "-c" "./scripts/before.sh build '%{name}%'"] 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["sh" "-c" "./scripts/after.sh build '%{name}%'"] 39 + ] 40 + install: [ 41 + ["sh" "-c" "./scripts/before.sh install '%{name}%'"] 42 + ] 43 + depends: [ 44 + "ocaml" {>= "4.07.0"} 45 + "dune" {>= "2.7.0"} 46 + "drom_lib" {= version} 47 + "ppx_inline_test" {with-test} 48 + "ppx_expect" {with-test} 49 + "odoc" {with-doc} 50 + "ocamlformat" {with-test} 51 + ] 52 + url { 53 + src: "https://github.com/OCamlPro/drom/archive/v0.6.0.tar.gz" 54 + checksum: [ 55 + "md5=abd11ae9727899dbae6ad79639c66204" 56 + "sha512=3e8e7ad76608e8025ff129b9f2ad1377585da64ee599a28e4a29419d99529e82bb90fbb6d71088ad5393b696e3df8c62b57792da32834c3158f0976c6d1c7883" 57 + ] 58 + }
+64
packages/drom_lib/drom_lib.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" 3 + synopsis: 4 + "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience" 5 + description: """\ 6 + The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like 7 + user experience. It can be used to create full OCaml projects with 8 + sphinx and odoc documentation. It has specific knowledge of Github and 9 + will generate files for Github Actions CI and Github pages. 10 + """ 11 + authors: [ 12 + "Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" 13 + "Léo Andrès <leo.andres@ocamlpro.com>" 14 + ] 15 + maintainer: [ 16 + "Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" 17 + "Léo Andrès <leo.andres@ocamlpro.com>" 18 + ] 19 + homepage: "https://ocamlpro.github.io/drom" 20 + doc: "https://ocamlpro.github.io/drom/sphinx" 21 + bug-reports: "https://github.com/ocamlpro/drom/issues" 22 + dev-repo: "git+https://github.com/ocamlpro/drom.git" 23 + tags: "org:ocamlpro" 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + ["sh" "-c" "./scripts/before.sh build '%{name}%'"] 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["sh" "-c" "./scripts/after.sh build '%{name}%'"] 39 + ] 40 + install: [ 41 + ["sh" "-c" "./scripts/before.sh install '%{name}%'"] 42 + ] 43 + depends: [ 44 + "ocaml" {>= "4.07.0"} 45 + "dune" {>= "2.7.0"} 46 + "toml" {>= "7.0.0" & < "8.0.0"} 47 + "ez_subst" {>= "0.1"} 48 + "ez_opam_file" {>= "0.1.0" & < "1.0.0"} 49 + "ez_file" {>= "0.2.0" & < "1.0.0"} 50 + "ez_config" {>= "0.1.0" & < "1.0.0"} 51 + "ez_cmdliner" {>= "0.4.0" & < "1.0.0"} 52 + "directories" {>= "0.2"} 53 + "ppx_inline_test" {with-test} 54 + "ppx_expect" {with-test} 55 + "odoc" {with-doc} 56 + "ocamlformat" {with-test} 57 + ] 58 + url { 59 + src: "https://github.com/OCamlPro/drom/archive/v0.6.0.tar.gz" 60 + checksum: [ 61 + "md5=abd11ae9727899dbae6ad79639c66204" 62 + "sha512=3e8e7ad76608e8025ff129b9f2ad1377585da64ee599a28e4a29419d99529e82bb90fbb6d71088ad5393b696e3df8c62b57792da32834c3158f0976c6d1c7883" 63 + ] 64 + }