package gasoline

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

Install

Dune Dependency

Authors

Maintainers

Sources

gasoline-0.1.tar.gz
md5=219afb22b6a8d67ab8508bceb6592347

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 Nov 2014

Dependencies (5)

  1. conf-bmake
  2. camomile < "2.0.0"
  3. ocamlfind
  4. bsdowl
  5. ocaml >= "4.01.0" & < "4.02.0"

Dev Dependencies

None

Used by

None

Conflicts

None