package drom_toml

  1. Overview
  2. Docs

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: 03 Jan 2023

README

README.md

drom

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.

  • Website: https://ocamlpro.github.io/drom

  • General Documentation: https://ocamlpro.github.io/drom/sphinx

  • API Documentation: https://ocamlpro.github.io/drom/doc

  • Sources: https://github.com/ocamlpro/drom

Dependencies (5)

  1. menhir > "2019"
  2. ISO8601 >= "0.2"
  3. menhirLib > "2019"
  4. dune >= "2.7.0"
  5. 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_lib >= "0.8.0"

Conflicts

None