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"
9bug-reports: "https://github.com/diskuv/diskuvbox/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "odoc" {>= "1.5.3" & with-doc}
13 "ocaml" {>= "4.10.0" & < "5.1"}
14 "ppx_deriving" {>= "5.2.1"}
15 "bos" {>= "0.2.0"}
16 "fmt" {>= "0.8.9"}
17 "logs" {>= "0.7.0"}
18 "mdx" {>= "2.0.0" & with-test}
19 "cmdliner" {>= "1.0.0"}
20 "dkml-workflows" {>= "1.1.0" & build}
21 "headache" {>= "1.05" & build}
22 "ocamlformat" {>= "0.19.0" & build}
23]
24dev-repo: "git+https://github.com/diskuv/diskuvbox.git"
25# Until Dune 3+ the auto-generated '.opam' will have an invalid ["dune" "install" ...] step
26# that messes up with cross-compilation. Customized it to remove it.
27build: [
28 ["dune" "subst"] {dev}
29 ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
30]
31url {
32 src:
33 "https://github.com/diskuv/diskuvbox/releases/download/0.1.1/diskuvbox-0.1.1.tbz"
34 checksum: [
35 "sha256=dff845dd043f627a74c1cf17ba8320344af8665df8464a0b5679c0b36a09e777"
36 "sha512=cc8265a60909f0d4e9e42e2684b8673748206470ea6519dd892ede4d9f7d80bb2431617e910d7c0fc765f5b6288e7aa4068c05917d8729fdee8d84feff604186"
37 ]
38}
39x-commit-hash: "05aa3cfd05ba464e96d55e643c4d34ab8a387470"