this repo has no description
1opam-version: "2.0" 2synopsis: "Build tools for DKML installers" 3description: 4 "Build-time executables that can generate Dune include files which will compile essential end-user executables." 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/dkml-install-api" 9bug-reports: "https://github.com/diskuv/dkml-install-api/issues" 10# Components can be assembled on any "host" build machine defined in 11# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/host_abi.ml 12# into a installer that will run on any end-user machine defined in 13# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml 14available: os = "win32" | os = "linux" | os = "macos" 15depends: [ 16 "alcotest" {>= "1.4.0" & with-test} 17 "odoc" {>= "1.5.3" & with-doc} 18 "dkml-install" {= version} 19 "dkml-install-runner" {= version} 20 "dune" {>= "2.9"} 21 "astring" {>= "0.8.5"} 22 "bos" {>= "0.2.0"} 23 "cmdliner" {>= "1.0.4"} 24 "fmt" {>= "0.8.9"} 25 "logs" {>= "0.7.0"} 26 "crunch" {>= "3.2.0"} 27] 28dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" 29build: [ 30 ["dune" "subst"] {dev} 31 [ 32 "dune" 33 "build" 34 "-p" 35 name 36 "-j" 37 jobs 38 "--promote-install-files=false" 39 "@install" 40 "@runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43 ["dune" "install" "-p" name "--create-install-files" name] 44] 45url { 46 src: 47 "https://github.com/diskuv/dkml-install-api/releases/download/0.3.1/dkml-install-0.3.1.tbz" 48 checksum: [ 49 "sha256=e48dddd64742d654c962be7138539ef3811298b1119a29e043553f07f7621960" 50 "sha512=0c21208b0e8e046314139d30c26f194e4e767d14696ea3c3e0d3ddd7c5e777887f0ddd83188008824d14dd14d0ce89af92e72984d598541a418e1fbe248d2d0e" 51 ] 52} 53x-commit-hash: "d72e746d924e821992a5a7955829480075806f91"