this repo has no description
1# This file was generated by `drom` from `drom.toml`. 2# Do not modify or add to the `skip` field of `drom.toml`. 3opam-version: "2.0" 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5synopsis: 6 "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience" 7description: """\ 8The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like 9user experience. It can be used to create full OCaml projects with 10sphinx and odoc documentation. It has specific knowledge of Github and 11will generate files for Github Actions CI and Github pages. 12""" 13authors: [ 14 "Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" 15 "Léo Andrès <leo.andres@ocamlpro.com>" 16] 17maintainer: [ 18 "Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" 19 "Léo Andrès <leo.andres@ocamlpro.com>" 20] 21homepage: "https://ocamlpro.github.io/drom" 22doc: "https://ocamlpro.github.io/drom/sphinx" 23bug-reports: "https://github.com/ocamlpro/drom/issues" 24dev-repo: "git+https://github.com/ocamlpro/drom.git" 25tags: "org:ocamlpro" 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40depends: [ 41 "ocaml" {>= "4.07.0"} 42 "dune" {>= "2.6.0"} 43 "dune" {with-test & < "2.8.0"} 44 "toml" {>= "5.0.0" & < "6.0"} 45 "opam-file-format" {>= "2.1.1" & < "3.0.0"} 46 "ez_file" {>= "0.2.0" & < "0.3.0"} 47 "ez_config" {>= "0.1.0" & < "1.0.0"} 48 "ez_cmdliner" {>= "0.1.0" & < "1.0.0"} 49 "directories" {>= "0.2" & < "0.6"} 50 "ppx_inline_test" {with-test} 51 "ppx_expect" {with-test} 52 "odoc" {with-doc} 53 "ocamlformat" {with-test} 54] 55 56url { 57 src: "https://github.com/ocamlpro/drom/archive/v0.2.0.tar.gz" 58 checksum: [ "sha256=9b27216b7ce4d6ca1f7a0fbfe845c07c80557258f85ba383f70a2affdb37ffab" ] 59}