this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Cross-platform basic set of script commands"
4description:
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."
6maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"]
7authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"]
8license: "Apache-2.0"
9homepage: "https://github.com/diskuv/diskuvbox"
10bug-reports: "https://github.com/diskuv/diskuvbox/issues"
11depends: [
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]
24build: [
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]
40dev-repo: "git+https://github.com/diskuv/diskuvbox.git"
41url {
42 src: "https://github.com/diskuv/diskuvbox/archive/0.1.0.tar.gz"
43 checksum: [
44 "md5=7d2e1fab4d5716b59a79d4877af5e025"
45 "sha512=7ac5684871ce76bfd0ddd8c9b8e0555570dfebcb1f2331b13f9b7dca580c7e6a562627aff792b6d5ff82be2af76816878a9bddb559ff28c79005fb786587d8c3"
46 ]
47}