this repo has no description

Package getopt.20230213

Changed files
+39
packages
getopt
getopt.20230213
+39
packages/getopt/getopt.20230213/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis:
+
"Parsing of command line arguments (similar to GNU GetOpt) for OCaml"
+
description:
+
"General command line syntax of GNU getopt and getopt_long, but is close to the spirit of the Arg module."
+
maintainer: ["Anthony Scemama"]
+
authors: ["Alain Frisch"]
+
license: "MIT"
+
tags: ["topics" "command-line"]
+
homepage: "https://github.com/scemama/ocaml-getopt"
+
bug-reports: "https://github.com/scemama/ocaml-getopt/issues"
+
depends: [
+
"ocaml" {>= "4.07"}
+
"dune" {>= "3.6"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/scemama/ocaml-getopt.git"
+
url {
+
src: "https://github.com/scemama/ocaml-getopt/archive/20230213.tar.gz"
+
checksum: [
+
"md5=14a2c956af6145aaf293c62dfa36e099"
+
"sha512=1b40a0cf4ba6486626c38b89d7aae033b92c582b50fe160a05560397d9c261d1cc850727dd50602e0342612688c1223b95d0c6900b19f0a343c039577b8f08d0"
+
]
+
}