package parse-argv

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

Install

Dune Dependency

Authors

Maintainers

Sources

parse-argv-0.1.0.tbz
md5=56b76c25adc79443fa32e7571ad0d66a

Description

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

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

Tags

org:mirage

Published: 13 Jul 2017

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 (4)

  1. result
  2. astring
  3. jbuilder >= "1.0+beta10"
  4. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. ounit with-test

Conflicts

None