opam-version: "2.0"
maintainer: "Seb Mondet <seb@mondet.org>"
authors: [
  "Seb Mondet <seb@mondet.org>"
]
homepage: "https://github.com/hammerlab/genspio"
bug-reports: "https://github.com/hammerlab/genspio/issues"
dev-repo: "git+https://github.com/hammerlab/genspio.git"
license: "Apache-2.0"
build: [
  ["ocaml" "please.mlt" "configure"]
  ["jbuilder" "build" "-p" "genspio" "-j" jobs ]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder" {>= "1.0+beta20"}
  "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`.

Genspio's documentation root is at <https://smondet.gitlab.io/genspio-doc/>."""
url {
  src: "https://github.com/hammerlab/genspio/archive/genspio.0.0.1.zip"
  checksum: "md5=100d1888c5b80a8b44a3e253fe3191c8"
}
