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 "result" {>= "1.5"} 20 "mdx" {>= "2.0.0" & with-test} 21 "cmdliner" {>= "1.1.0"} 22] 23dev-repo: "git+https://github.com/diskuv/diskuvbox.git" 24# Until Dune 3+ the auto-generated '.opam' will have an invalid ["dune" "install" ...] step 25# that messes up with cross-compilation. Customized it to remove it. 26build: [ 27 ["dune" "subst"] {dev} 28 ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}] 29] 30url { 31 src: 32 "https://github.com/diskuv/diskuvbox/releases/download/0.2.0/diskuvbox-0.2.0.tbz" 33 checksum: [ 34 "sha256=72835b6f74c4719d0cf9fc77a7b143a2885c883d05ebf84ea73a276178de1fb8" 35 "sha512=807b2e7e3b933f4177e09690019bf0a2b6bc19f443da4cc73e03e9f2a3c0acf530073abbff352503ec6f1b67ac777ebd5460868a37958bb970f0f6fda2279c18" 36 ] 37} 38x-commit-hash: "25d671a4f401a04802665fa2d112aeefae30d541"