carlosdagos / osh

Shell-like programming for OCaml

Home Page:https://carlosdagos.github.io/osh/osh/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Osh

osh

OCaml shell.

About

Osh is a library that allows shell-like scripting in plain OCaml.

It's based on the following projects:

However, Osh also leverages the OCaml PPX system to provide an accessible interface.

Documentation

Please see the documentation here: https://carlosdagos.github.io/osh

Developing

I am happy to receive contributions. This project uses lorri and direnv to support developers who are keen to help. Please see the related docs below:

The current status of this however is a bit limited, so there are no guarantees that I'll keep this around.

LICENSE

Please refer to the LICENSE.md file in this directory.

About

Shell-like programming for OCaml

https://carlosdagos.github.io/osh/osh/index.html

License:ISC License


Languages

Language:OCaml 99.1%Language:Nix 0.9%