desert: a simple build tool for OCaml projects

[ bsd3, language, library, program ] [ Propose Tags ]

Check out the readme for documentation.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.3, 0.1.0.6
Dependencies base (>=4.7 && <5), bytestring (>=0.10.4.0), desert, directory (>=1.2.1.0), filepath (>=1.3.0.2), http-conduit, MissingH, process, transformers [details]
License BSD-3-Clause
Copyright 2016 zjhmale
Author zjhmale
Maintainer zjhmale@gmail.com
Category Language
Home page https://github.com/zjhmale/desert
Source repo head: git clone https://github.com/zjhmale/desert
Uploaded by zjhsdtc at 2016-08-24T04:49:45Z
Distributions NixOS:0.1.0.6
Executables desert
Downloads 2629 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-08-24 [all 1 reports]

Readme for desert-0.1.0.6

[back to package description]

desert

Build Status Hackage Hackage-Deps

Acknowledgement

well, this project aims to make developing with OCaml projects painless. it is still in early stage, so currently just for self usage.

Install

cabal install desert

Usage

  • create project
desert new NAME
  • build
desert build
  • run
desert run
  • test
desert test
  • clean
desert clean

License

Copyright © 2016 zjhmale

Distributed under the license BSD