package gasoline

  1. Overview
  2. Docs
Unix-ish application development framework

Install

Dune Dependency

Authors

Maintainers

Sources

gasoline-0.5.0.tar.xz
md5=e17952f27bb97bd36e3f3cc26699f802

Description

The Gasoline project aims at implementing a Unix-ish application development framework for OCaml. The framework will provide application templates factoring application components bootstrapping, configuration analyse and offering homogeneous diagnostic facilities.

Users of Gasoline should be enabled to:

  • Rapidly develop applications by using application patterns such as “Unix filter”, “tabular data processor” or “compiler”.
  • Write large software suites whose elements offer homogeneous interfaces.
  • Use standardised diagnostic facilities supporting internationalisation.
  • Cleanly distinguish between application components and lower-level software engineering artifacts.
  • Easily bootstrap and shutdown applications consisting of many modules.
  • Use common file formats such as CSV or JSON in their applications.

WWW: https://github.com/michipili/gasoline

Tags

application

Published: 04 Jul 2016

Dependencies (9)

  1. ocamlfind
  2. lemonade >= "0.6.0"
  3. getopts >= "0.4.0"
  4. conf-bmake
  5. configuration >= "0.4.1"
  6. camomile >= "0.8.5" & < "2.0.0"
  7. bsdowl >= "3.0.0"
  8. broken >= "0.4.2"
  9. ocaml >= "4.02.0" & < "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts

None