package opaca

  1. Overview
  2. Docs
A friendly OCaml project scaffolding tool

Install

Dune Dependency

Authors

Maintainers

Sources

opaca-0.1.5.tbz
md5=36f70ae37a6fb0a61514e28f94223a2d

Description

Opaca quickly sets up a basic project to be used with jbuilder[link?] and topkg[link?]

simply run opaca new 'name' to scaffold a library project, or opaca new 'name' --bin to scaffold an executable project.

It doesn't do much beyond that

Published: 17 Oct 2017

README

Opaca -- A friendly OCaml project scaffolding tool

Opaca quickly sets up a basic project to be used with jbuilder[link?] and topkg[link?]

simply run opaca new 'name' to scaffold a library project, or opaca new 'name' --bin to scaffold an executable project.

It doesn't do much beyond that

Dependencies (3)

  1. topkg build
  2. jbuilder >= "1.0+beta7"
  3. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None