package genspio

  1. Overview
  2. Docs
Typed EDSL to generate POSIX Shell scripts

Install

Authors

Maintainers

Sources

genspio.0.0.2.tar.gz
md5=03a6e537a18d4f9b23301beb53ddd0be

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/.

Published: 04 Oct 2018

Dependencies (4)

  1. sosa
  2. nonstd
  3. jbuilder >= "1.0+beta20"
  4. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None