this repo has no description

Merge pull request #23809 from hannesm/release-parse-argv-v0.3.0

[new release] parse-argv (0.3.0)

Changed files
+32
packages
parse-argv
parse-argv.0.3.0
+32
packages/parse-argv/parse-argv.0.3.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Mindy Preston <mindy.preston@docker.com>"
+
authors: ["Jon Ludlam" "Magnus Skjegstad" "Mindy Preston"]
+
tags: "org:mirage"
+
homepage: "https://github.com/mirage/parse-argv"
+
doc: "https://mirage.github.io/parse-argv/"
+
bug-reports: "https://github.com/mirage/parse-argv/issues"
+
license: "ISC"
+
depends: [
+
"ocaml" {>= "4.06.0"}
+
"dune" {>= "1.0"}
+
"ounit" {with-test}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/mirage/parse-argv.git"
+
synopsis: "Process strings into sets of command-line arguments"
+
description: """
+
parse-argv is a small implementation of a simple argv parser.
+
"""
+
url {
+
src:
+
"https://github.com/mirage/parse-argv/releases/download/v0.3.0/parse-argv-0.3.0.tbz"
+
checksum: [
+
"sha256=ea1e9a59c2d020f4fe831b9d68145bf76b06e5dbc045146383ff1bb07566c8b4"
+
"sha512=22536d3fb3178641a9ce27375589d3f4b53c44b4f0cf14edaa7245936523d59f171b39fd3124582cfb16341420c58e22d62abeda3ec2bf38964ebf5515ffc83d"
+
]
+
}
+
x-commit-hash: "84cb14c5ff6626ab42d174ed0e07dc74eb995206"