An example illustrating the use of BatOptParse for command-line option parsing
  • OCaml 98.5%
  • Makefile 1.5%
Find a file
2017-06-18 19:33:12 +02:00
src Fix the in-comments custom option example 2017-06-18 19:33:12 +02:00
.merlin Initial commit 2017-06-18 00:52:51 +02:00
_tags Initial commit 2017-06-18 00:52:51 +02:00
Makefile Initial commit 2017-06-18 00:52:51 +02:00
README.md README 2017-06-18 01:15:23 +02:00

A simple example illustrating the use of BatOptParse from Batteries.

Implements a simpler version of the head unix utility.

  • Dependencies: batteries
  • To build: make