opam-version: "2.0"
maintainer: "Seb Mondet <seb@mondet.org>"
authors: "Seb Mondet <seb@mondet.org>"
homepage: "http://www.hammerlab.org/docs/genspio/master/index.html"
bug-reports: "https://github.com/hammerlab/genspio/issues"
license: "Apache-2.0"
dev-repo: "git+https://github.com/hammerlab/genspio.git"
build: [
  [make "byte"]
  [make "native"]
  [make "META"]
  [make "genspio.install"]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "solvuu-build" {build & >= "0.3.0"}
  "nonstd"
  "sosa"
]
synopsis:
  "Genspio is a typed EDSL to generate shell scripts and commands from OCaml."
description: """
The idea is to build values of type `Genspio.EDSL.t` with the
combinators in the `Genspio.EDSL` module, and compile them to POSIX
shell scripts (or one-liners) with functions from `Genspio.Compile`."""
url {
  src: "https://github.com/hammerlab/genspio/archive/genspio.0.0.0.tar.gz"
  checksum: "md5=67a1a3fa6928b8baf9f6be169bcf5e1a"
}
