this repo has no description
1opam-version: "2.0" 2maintainer: "Mindy Preston <mindy.preston@docker.com>" 3authors: ["Jon Ludlam" "Magnus Skjegstad" "Mindy Preston"] 4tags: "org:mirage" 5homepage: "https://github.com/mirage/parse-argv" 6doc: "https://mirage.github.io/parse-argv/" 7bug-reports: "https://github.com/mirage/parse-argv/issues" 8license: "ISC" 9depends: [ 10 "ocaml" {>= "4.06.0"} 11 "dune" {>= "1.0"} 12 "ounit" {with-test} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 ["dune" "build" "-p" name "-j" jobs] 17 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 18] 19dev-repo: "git+https://github.com/mirage/parse-argv.git" 20synopsis: "Process strings into sets of command-line arguments" 21description: """ 22parse-argv is a small implementation of a simple argv parser. 23""" 24url { 25 src: 26 "https://github.com/mirage/parse-argv/releases/download/v0.3.0/parse-argv-0.3.0.tbz" 27 checksum: [ 28 "sha256=ea1e9a59c2d020f4fe831b9d68145bf76b06e5dbc045146383ff1bb07566c8b4" 29 "sha512=22536d3fb3178641a9ce27375589d3f4b53c44b4f0cf14edaa7245936523d59f171b39fd3124582cfb16341420c58e22d62abeda3ec2bf38964ebf5515ffc83d" 30 ] 31} 32x-commit-hash: "84cb14c5ff6626ab42d174ed0e07dc74eb995206" 33flags: deprecated 34post-messages: [ "parse-argv is deprecated, and has been folded into mirage-bootvar" ] 35x-maintenance-intent: ["(none)"]