opam-version: "2.0"
maintainer: "michipili@gmail.com"
authors: "Michael Grünewald"
license: "CeCILL-B"
homepage: "https://github.com/michipili/gasoline"
bug-reports: "https://github.com/michipili/gasoline/issues"
dev-repo: "git+https://github.com/michipili/gasoline.git"
tags: [
  "application"
]
depends: [
  "ocaml" {>= "4.02.0" & < "4.06.0"}
  "broken" {>= "0.4.2"}
  "bsdowl" {>= "3.0.0"}
  "camomile" {>= "0.8.5"}
  "configuration" {>= "0.4.1"}
  "conf-bmake"
  "getopts" {>= "0.4.0"}
  "lemonade" {>= "0.6.0"}
  "ocamlfind"
]
build: [
  ["./configure" "--prefix" prefix]
  [conf-bmake:path "-I%{bsdowl:share}%" "all"]
]
install: [
  [conf-bmake:path "-I%{bsdowl:share}%" "install"]
]
remove: [
  ["ocamlfind" "remove" "gasoline"]
  ["rm" "-rf" "%{share}%/doc/gasoline"]
]
synopsis: "Unix-ish application development framework"
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"""
flags: light-uninstall
url {
  src:
    "https://github.com/michipili/gasoline/releases/download/v0.5.0/gasoline-0.5.0.tar.xz"
  checksum: "md5=e17952f27bb97bd36e3f3cc26699f802"
}
