this repo has no description
1opam-version: "2.0"
2synopsis: "Command Line Interface Maker"
3description:
4 "It simplifies the binary command line definition and composition"
5maintainer: "Julien Blond <julien.blond@gmail.com>"
6authors: "Julien Blond <julien.blond@gmail.com>"
7license: "Apache-2.0"
8homepage: "https://github.com/Ninjapouet/clim"
9bug-reports: "https://github.com/Ninjapouet/clim/issues"
10depends: [
11 "dune" {>= "2.7"}
12 "cmdliner" {>= "1.0.4" & < "1.1.0"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@lib/runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/Ninjapouet/clim.git"
30url {
31 src: "https://github.com/Ninjapouet/clim/archive/0.3.0.tar.gz"
32 checksum: [
33 "md5=ae7eafe6c0eeac8a3b5288aa809ffd48"
34 "sha512=5e5636385f455eb71934b7aa810089d1748fbacd463451e9032a7fb1f8a86a4eaf9ec327119c663f0230ee38ef4983a01c63e138f4172459c92b41f39ad1960a"
35 ]
36}