package shcaml
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=fdae81864d48063b6321bc8d1e29b6b621432e8e2887b85e482392359824d95f
md5=10015bfebd93cf07f580dc1d77a5b69f
Description
Published: 19 Jan 2018
README
Shcaml
Shcaml is an OCaml library for Unix shell programming.
Unix shells provide easy access to Unix functionality such as pipes, signals, file descriptor manipulation, and the file system. Shcaml hopes to excel at these same tasks.
Installation
Shcaml can be installed with opam
:
opam install shcaml
If you don't use opam
consult the opam
file for build instructions.
Documentation & tutorial
You can find Shcaml's documentation (including a tutorial) online at http://tov.github.io/shcaml/doc or build a local copy with make doc
.
See also the companion paper. Note than as of Shcaml 0.2.0 and onwards, the solution to encode row types described in section 4.3 has been replaced by a more lightweight policy, where the absence or presence of fields is only checked dynamically. This trades static guarantees for maintenability of the library.
Dependencies (9)
- stdcompat
- hmap
- pcre
-
cppo_ocamlbuild
build
-
cppo
build
-
topkg
build & >= "0.9.0"
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.02.0" & < "5.0.0"
Dev Dependencies
None
Used by
None
Conflicts
None