this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #22805 from jonahbeckford/release-diskuvbox-0.1.2

[new release] diskuvbox (0.1.2)

authored by

Marcello Seri and committed by
GitHub
9af04a84 7f842583

+37
+37
packages/diskuvbox/diskuvbox.0.1.2/opam
··· 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 + maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"] 6 + authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"] 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"