package parse-argv

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

Install

Dune Dependency

Authors

Maintainers

Sources

parse-argv-0.3.0.tbz
sha256=ea1e9a59c2d020f4fe831b9d68145bf76b06e5dbc045146383ff1bb07566c8b4
sha512=22536d3fb3178641a9ce27375589d3f4b53c44b4f0cf14edaa7245936523d59f171b39fd3124582cfb16341420c58e22d62abeda3ec2bf38964ebf5515ffc83d

Description

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

Tags

org:mirage

Published: 23 May 2023

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

  1. dune >= "1.0"
  2. ocaml >= "4.06.0"

Dev Dependencies (1)

  1. ounit with-test

Conflicts

None