this repo has no description
0
fork

Configure Feed

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

Merge pull request #21708 from jonahbeckford/opam-publish-dkml-install-dkml-install-installer-dkml-install-runner.0.1.0

3 packages from diskuv/dkml-install-api at 0.1.0

authored by

Kate and committed by
GitHub
d8713fee 88cb68cb

+138
+46
packages/dkml-install-installer/dkml-install-installer.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Build tools for DKML installers" 3 + description: 4 + "Build-time executables that can generate Dune include files which will compile essential end-user executables." 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/dkml-install-api" 9 + bug-reports: "https://github.com/diskuv/dkml-install-api/issues" 10 + depends: [ 11 + "alcotest" {>= "1.4.0" & with-test} 12 + "odoc" {>= "1.5.3" & with-doc} 13 + "dkml-install" {= version} 14 + "dkml-install-runner" {= version} 15 + "dune" {>= "2.9"} 16 + "astring" {>= "0.8.5"} 17 + "bos" {>= "0.2.0"} 18 + "cmdliner" {>= "1.0.4"} 19 + "fmt" {>= "0.8.9"} 20 + "logs" {>= "0.7.0"} 21 + "crunch" {>= "3.2.0"} 22 + ] 23 + dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" 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 + url { 41 + src: "https://github.com/diskuv/dkml-install-api/archive/v0.1.0.tar.gz" 42 + checksum: [ 43 + "md5=9c2fc122d49103ce9bf513fcc11b443d" 44 + "sha512=c746d7a4482109c725bfe44542c146914add4d77e8e76556ce0de6e2567683a7ac7dc9909f1252aea7facbcf130153b8e752607a3c44e35b8cfd8ea5d99eb356" 45 + ] 46 + }
+46
packages/dkml-install-runner/dkml-install-runner.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Runner executable for Diskuv OCaml (DKML) installation" 3 + description: 4 + "The runner executable is responsible for loading and running all DKML installation components." 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/dkml-install-api" 9 + bug-reports: "https://github.com/diskuv/dkml-install-api/issues" 10 + depends: [ 11 + "alcotest" {>= "1.4.0" & with-test} 12 + "odoc" {>= "1.5.3" & with-doc} 13 + "dkml-install" {= version} 14 + "dune" {>= "2.9"} 15 + "ppx_expect" {>= "v0.14.1"} 16 + "astring" {>= "0.8.5"} 17 + "bos" {>= "0.2.0"} 18 + "cmdliner" {>= "1.0.4"} 19 + "fmt" {>= "0.8.9"} 20 + "logs" {>= "0.7.0"} 21 + "diskuvbox" {>= "0.1.0"} 22 + ] 23 + dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" 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 + url { 41 + src: "https://github.com/diskuv/dkml-install-api/archive/v0.1.0.tar.gz" 42 + checksum: [ 43 + "md5=9c2fc122d49103ce9bf513fcc11b443d" 44 + "sha512=c746d7a4482109c725bfe44542c146914add4d77e8e76556ce0de6e2567683a7ac7dc9909f1252aea7facbcf130153b8e752607a3c44e35b8cfd8ea5d99eb356" 45 + ] 46 + }
+46
packages/dkml-install/dkml-install.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "API and registry for Diskuv OCaml (DKML) installation components" 3 + description: 4 + "All DKML installation components implement the interfaces exposed in this API." 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/dkml-install-api" 9 + bug-reports: "https://github.com/diskuv/dkml-install-api/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "alcotest" {>= "1.4.0" & with-test} 13 + "odoc" {>= "1.5.3" & with-doc} 14 + "dune" {>= "2.9"} 15 + "ppx_deriving" {>= "5.2.1"} 16 + "result" {>= "1.5"} 17 + "astring" {>= "0.8.5"} 18 + "bos" {>= "0.2.0"} 19 + "cmdliner" {>= "1.0.4"} 20 + "fmt" {>= "0.8.9"} 21 + "tsort" {>= "2.1.0"} 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "--promote-install-files=false" 33 + "@install" 34 + "@runtest" {with-test} 35 + "@doc" {with-doc} 36 + ] 37 + ["dune" "install" "-p" name "--create-install-files" name] 38 + ] 39 + dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" 40 + url { 41 + src: "https://github.com/diskuv/dkml-install-api/archive/v0.1.0.tar.gz" 42 + checksum: [ 43 + "md5=9c2fc122d49103ce9bf513fcc11b443d" 44 + "sha512=c746d7a4482109c725bfe44542c146914add4d77e8e76556ce0de6e2567683a7ac7dc9909f1252aea7facbcf130153b8e752607a3c44e35b8cfd8ea5d99eb356" 45 + ] 46 + }