antoine1fr / shcaml

Caml-Shcaml: An Ocaml library for Unix shell programming

Home Page:http://www.ccs.neu.edu/home/tov/code/shcaml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shcaml

Caml-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://www.ccs.neu.edu/~tov/code/shcaml/doc/ or build a local copy with make docs.

About

Caml-Shcaml: An Ocaml library for Unix shell programming

http://www.ccs.neu.edu/home/tov/code/shcaml/

License:MIT License


Languages

Language:OCaml 99.1%Language:Shell 0.4%Language:Makefile 0.4%Language:Standard ML 0.1%