this repo has no description

Add drom.0.8.0 and dependencies

Changed files
+167
packages
drom
drom.0.8.0
drom_lib
drom_lib.0.8.0
drom_toml
drom_toml.0.8.0
+56
packages/drom/drom.0.8.0/opam
···
+
opam-version: "2.0"
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
synopsis:
+
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
+
description: """\
+
The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like
+
user experience. It can be used to create full OCaml projects with
+
sphinx and odoc documentation. It has specific knowledge of Github and
+
will generate files for Github Actions CI and Github pages.
+
"""
+
authors: [
+
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"
+
"Léo Andrès <leo.andres@ocamlpro.com>"
+
]
+
maintainer: [
+
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"
+
"Léo Andrès <leo.andres@ocamlpro.com>"
+
]
+
homepage: "https://ocamlpro.github.io/drom"
+
doc: "https://ocamlpro.github.io/drom/sphinx"
+
bug-reports: "https://github.com/ocamlpro/drom/issues"
+
dev-repo: "git+https://github.com/ocamlpro/drom.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.07.0"}
+
"dune" {>= "2.7.0"}
+
"drom_lib" {= version}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/drom/archive/v0.8.0.tar.gz"
+
checksum: [ "sha256=080b24601f5a6ac12980b029dd23bfe9e948f9959e89c54464e757a4db8f245a" ]
+
}
+63
packages/drom_lib/drom_lib.0.8.0/opam
···
+
opam-version: "2.0"
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
synopsis:
+
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
+
description: """\
+
The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like
+
user experience. It can be used to create full OCaml projects with
+
sphinx and odoc documentation. It has specific knowledge of Github and
+
will generate files for Github Actions CI and Github pages.
+
"""
+
authors: [
+
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"
+
"Léo Andrès <leo.andres@ocamlpro.com>"
+
]
+
maintainer: [
+
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"
+
"Léo Andrès <leo.andres@ocamlpro.com>"
+
]
+
homepage: "https://ocamlpro.github.io/drom"
+
doc: "https://ocamlpro.github.io/drom/sphinx"
+
bug-reports: "https://github.com/ocamlpro/drom/issues"
+
dev-repo: "git+https://github.com/ocamlpro/drom.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.07.0"}
+
"dune" {>= "2.7.0"}
+
"ez_subst" {>= "0.1"}
+
"ez_opam_file" {>= "0.1.0" & < "1.0.0"}
+
"ez_file" {>= "0.3.0" & < "1.0.0"}
+
"ez_config" {>= "0.1.0" & < "1.0.0"}
+
"ez_cmdliner" {>= "0.2.0" & < "1.0.0"}
+
"drom_toml" {= version}
+
"directories" {>= "0.2"}
+
"crunch" {>= "3.2.0"}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/drom/archive/v0.8.0.tar.gz"
+
checksum: [ "sha256=080b24601f5a6ac12980b029dd23bfe9e948f9959e89c54464e757a4db8f245a" ]
+
}
+48
packages/drom_toml/drom_toml.0.8.0/opam
···
+
opam-version: "2.0"
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
synopsis:
+
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
+
description: """\
+
The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like
+
user experience. It can be used to create full OCaml projects with
+
sphinx and odoc documentation. It has specific knowledge of Github and
+
will generate files for Github Actions CI and Github pages.
+
"""
+
authors: [
+
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"
+
"Léo Andrès <leo.andres@ocamlpro.com>"
+
]
+
maintainer: [
+
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>"
+
"Léo Andrès <leo.andres@ocamlpro.com>"
+
]
+
homepage: "https://ocamlpro.github.io/drom"
+
doc: "https://ocamlpro.github.io/drom/sphinx"
+
bug-reports: "https://github.com/ocamlpro/drom/issues"
+
dev-repo: "git+https://github.com/ocamlpro/drom.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
["dune" "build" "-p" name "-j" jobs "@install"]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.07.0"}
+
"dune" {>= "2.7.0"}
+
"menhirLib" {> "2019"}
+
"ISO8601" {>= "0.2"}
+
"menhir" {> "2019"}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/drom/archive/v0.8.0.tar.gz"
+
checksum: [ "sha256=080b24601f5a6ac12980b029dd23bfe9e948f9959e89c54464e757a4db8f245a" ]
+
}