Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armael/batoptparse_example
An example illustrating the use of BatOptParse for command-line option parsing
https://github.com/armael/batoptparse_example
Last synced: 13 days ago
JSON representation
An example illustrating the use of BatOptParse for command-line option parsing
- Host: GitHub
- URL: https://github.com/armael/batoptparse_example
- Owner: Armael
- Created: 2017-06-17T22:55:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T17:34:46.000Z (over 7 years ago)
- Last Synced: 2024-11-12T18:12:06.314Z (2 months ago)
- Language: OCaml
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple example illustrating the use of
[BatOptParse](https://ocaml-batteries-team.github.io/batteries-included/hdoc2/BatOptParse.html)
from [Batteries](https://github.com/ocaml-batteries-team/batteries-included/).Implements a simpler version of the `head` unix utility.
- Dependencies: `batteries`
- To build: `make`