package drom_lib

  1. Overview
  2. No Docs
The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience

Install

Authors

Maintainers

Sources

v0.3.0.tar.gz
sha256=32cd759497fb31d9a12a0d1c95a0dcbb21ea74e5a242ffde428b4286dc906452

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.

Tags

org:ocamlpro

Published: 25 Jan 2021

Dependencies (9)

  1. directories >= "0.2"
  2. ez_cmdliner >= "0.2.0" & < "1.0.0"
  3. ez_config >= "0.1.0" & < "1.0.0"
  4. ez_file >= "0.2.0" & < "0.3.0"
  5. ez_opam_file >= "0.1.0" & < "1.0.0"
  6. ez_subst >= "0.1"
  7. toml >= "6.0.0" & < "7.0.0"
  8. dune >= "2.6.0"
  9. ocaml >= "4.07.0"

Dev Dependencies (4)

  1. ocamlformat with-test
  2. odoc with-doc
  3. ppx_expect with-test
  4. ppx_inline_test with-test

Used by (1)

  1. drom = "0.3.0"

Conflicts

None