package parse-argv

  1. Overview
  2. Docs
Process strings into sets of command-line arguments

Install

Dune Dependency

Authors

Maintainers

Sources

parse-argv-v0.2.0.tbz
md5=0621122768b81e089e5d5ebd7fd2c856

Description

parse-argv is a small implementation of a simple argv parser.

Tags

org:mirage

Published: 29 Mar 2019

README

parse-argv -- process strings into sets of command-line arguments

parse-argv is a small implementation of a simple argv parser.

This code was factored out of mirage-bootvar-xen and mirage-bootvar-solo5.

Dependencies (3)

  1. astring
  2. dune >= "1.0"
  3. ocaml >= "4.04.2"

Dev Dependencies (1)

  1. ounit with-test

Conflicts

None