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

CHANGES.md.html

v0.3.0 (2023-05-22)

  • remove build directive on dune dependency (#8 @CraigFE)

  • remove astring dependency, simplify code (#10 @hannesm)

v0.2.0 (2019-03-29)

  • port to dune (#7 @hannesm)

  • do not use the Result module any more (#5 @hannesm)

  • update to opam 2 metadata (#7 @hannesm)

v0.1.0

  • Port to Jbuilder

v0.0.3

  • Compile using debugto get backtraces.

  • Improve ocamldoc.

  • Do not shadow Result.t on older compilers to avoid warning.

  • Add the build shell script into dev repo for convenience.

v0.0.2

  • support OCaml version 4.02.3 in addition to 4.03.0

v0.0.1

  • initial release of independent parse-argv library (previously in mirage-bootvar-xen, mirage-bootvar-solo5)