orbitz / ocaml-template

Template for an ocaml project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

To use:

# -n: required, name
# -r: optional, will push branch to the remote if provided
# -d: optional, description for generated README.org.
#               Can be multi-line string.
# Additional deps are optional.

$ scripts/genesis -n <project name> -r <git remote> -d <description> [dep1 [dep2 ... depn]]

About

Template for an ocaml project

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 98.2%Language:Makefile 1.8%