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.6.1.tar.gz
sha256=ee024a8d796b6e87a006c1c0c19027a6d1b7e57362f144e642bc0c44421a5af9

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: 10 Aug 2022

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.3.0" & < "1.0.0"
  5. ez_opam_file >= "0.1.0" & < "1.0.0"
  6. ez_subst >= "0.1"
  7. toml >= "7.0.0" & < "8.0.0"
  8. dune >= "2.7.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.6.1"

Conflicts

None