this repo has no description
0
fork

Configure Feed

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

Merge pull request #21164 from jonahbeckford/opam-publish-diskuvbox.0.1.0

Package diskuvbox.0.1.0

authored by

Marcello Seri and committed by
GitHub
67223ba4 edb978a6

+47
+47
packages/diskuvbox/diskuvbox.0.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Cross-platform basic set of script commands" 4 + description: 5 + "A cross-platform basic set of script commands. Available as a single binary (`diskuvbox`, or `diskuvbox.exe` on Windows) and as an OCaml library." 6 + maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"] 7 + authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"] 8 + license: "Apache-2.0" 9 + homepage: "https://github.com/diskuv/diskuvbox" 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.09.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"} 20 + "cmdliner" {>= "1.0.0"} 21 + "headache" {>= "1.05" & build} 22 + "ocamlformat" {>= "0.19.0" & build} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "--promote-install-files=false" 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ["dune" "install" "-p" name "--create-install-files" name] 39 + ] 40 + dev-repo: "git+https://github.com/diskuv/diskuvbox.git" 41 + url { 42 + src: "https://github.com/diskuv/diskuvbox/archive/0.1.0.tar.gz" 43 + checksum: [ 44 + "md5=7d2e1fab4d5716b59a79d4877af5e025" 45 + "sha512=7ac5684871ce76bfd0ddd8c9b8e0555570dfebcb1f2331b13f9b7dca580c7e6a562627aff792b6d5ff82be2af76816878a9bddb559ff28c79005fb786587d8c3" 46 + ] 47 + }