# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Cross-platform basic set of script commands" description: "A cross-platform basic set of script commands. Available as a single binary (`diskuvbox`, or `diskuvbox.exe` on Windows) and as an OCaml library." maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"] authors: ["Diskuv, Inc. "] license: "Apache-2.0" homepage: "https://github.com/diskuv/diskuvbox" bug-reports: "https://github.com/diskuv/diskuvbox/issues" depends: [ "dune" {>= "2.9"} "odoc" {>= "1.5.3" & with-doc} "ocaml" {>= "4.09.0"} "ppx_deriving" {>= "5.2.1"} "bos" {>= "0.2.0"} "fmt" {>= "0.8.9"} "logs" {>= "0.7.0"} "mdx" {>= "2.0.0"} "cmdliner" {>= "1.0.0"} "headache" {>= "1.05" & build} "ocamlformat" {>= "0.19.0" & build} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/diskuv/diskuvbox.git" url { src: "https://github.com/diskuv/diskuvbox/archive/0.1.0.tar.gz" checksum: [ "md5=7d2e1fab4d5716b59a79d4877af5e025" "sha512=7ac5684871ce76bfd0ddd8c9b8e0555570dfebcb1f2331b13f9b7dca580c7e6a562627aff792b6d5ff82be2af76816878a9bddb559ff28c79005fb786587d8c3" ] }