genspio
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/.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 04 Oct 2018
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies