this repo has no description
1opam-version: "2.0"
2synopsis: "Cross-platform basic set of script commands"
3description:
4 "A cross-platform basic set of script commands. Available as a single binary (`diskuvbox`, or `diskuvbox.exe` on Windows) and as an OCaml library."
5maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"]
6authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"]
7license: "Apache-2.0"
8homepage: "https://github.com/diskuv/diskuvbox"
9doc: "https://diskuv.github.io/diskuvbox/diskuvbox/index.html"
10bug-reports: "https://github.com/diskuv/diskuvbox/issues"
11depends: [
12 "dune" {>= "2.9"}
13 "odoc" {>= "1.5.3" & with-doc}
14 "ocaml" {>= "4.10.0"}
15 "ppx_deriving" {>= "5.2.1"}
16 "bos" {>= "0.2.0"}
17 "fmt" {>= "0.8.9"}
18 "logs" {>= "0.7.0"}
19 "mdx" {>= "2.0.0" & with-test}
20 "cmdliner" {>= "1.0.0"}
21]
22dev-repo: "git+https://github.com/diskuv/diskuvbox.git"
23# Until Dune 3+ the auto-generated '.opam' will have an invalid ["dune" "install" ...] step
24# that messes up with cross-compilation. Customized it to remove it.
25build: [
26 ["dune" "subst"] {dev}
27 ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
28]
29url {
30 src:
31 "https://github.com/diskuv/diskuvbox/releases/download/0.1.2/diskuvbox-0.1.2.tbz"
32 checksum: [
33 "sha256=5cae21dcb668773c84cf83f85733873ac6573f3b8b286b6213a34245e81e4c1e"
34 "sha512=3a0f11b50c0f131fcba9d997ef98be205953f28b399b476289f29def2eecc030082809b1bae5b2996321177a1244c61a7e1c40b38f21a231144edc2df1f57a05"
35 ]
36}
37x-commit-hash: "c883a603a3711e0e8e451b9293cd38408ae36162"