File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/diskuvbox/diskuvbox.0.1.2 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Cross-platform basic set of script commands"
3+ description:
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."
5+ 6+ authors: ["Diskuv, Inc. <
[email protected] >"]
7+ license: "Apache-2.0"
8+ homepage: "https://github.com/diskuv/diskuvbox"
9+ doc: "https://diskuv.github.io/diskuvbox/diskuvbox/index.html"
10+ bug-reports: "https://github.com/diskuv/diskuvbox/issues"
11+ depends: [
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+ ]
22+ dev-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.
25+ build: [
26+ ["dune" "subst"] {dev}
27+ ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
28+ ]
29+ url {
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+ }
37+ x-commit-hash: "c883a603a3711e0e8e451b9293cd38408ae36162"
You can’t perform that action at this time.
0 commit comments