# This file was generated by `drom` from `drom.toml`. # Do not modify or add to the `skip` field of `drom.toml`. 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 " "Léo Andrès " ] maintainer: [ "Fabrice Le Fessant " "Léo Andrès " ] 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} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] depends: [ "ocaml" {>= "4.07.0"} "dune" {>= "2.6.0"} "dune" {with-test & < "2.8.0"} "toml" {>= "5.0.0" & < "6.0"} "opam-file-format" {>= "2.1.1" & < "3.0.0"} "ez_file" {>= "0.2.0" & < "0.3.0"} "ez_config" {>= "0.1.0" & < "1.0.0"} "ez_cmdliner" {>= "0.1.0" & < "1.0.0"} "directories" {>= "0.2" & < "0.6"} "ppx_inline_test" {with-test} "ppx_expect" {with-test} "odoc" {with-doc} "ocamlformat" {with-test} ] url { src: "https://github.com/ocamlpro/drom/archive/v0.2.0.tar.gz" checksum: [ "sha256=9b27216b7ce4d6ca1f7a0fbfe845c07c80557258f85ba383f70a2affdb37ffab" ] }