# This Opam file was auto-generated, see the `please.mlt` script.
opam-version: "2.0"
maintainer: "Seb Mondet <seb@mondet.org>"
authors: [
  "Seb Mondet <seb@mondet.org>"
]
homepage: "https://smondet.gitlab.io/genspio-doc/"
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: "Typed EDSL to generate POSIX Shell scripts"
description: """
Genspio is a typed EDSL used to generate shell scripts and commands from OCaml.

The idea is to build values of type `'a 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.2.tar.gz"
  checksum: "md5=03a6e537a18d4f9b23301beb53ddd0be"
}
