this repo has no description
1opam-version: "2.0"
2synopsis: "DKML staging component for ocamlrun"
3description:
4 "Standalone distribution of OCaml in <share>/staging-files containing just ocamlrun, the OCaml Stdlib and the other OCaml libraries (str, unix, bigarray, etc.)"
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-component-ocamlrun"
9bug-reports: "https://github.com/diskuv/dkml-component-ocamlrun/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "dkml-install" {>= "0.2.0" & < "0.4.0"}
13 "dkml-component-staging-ocamlrun" {= version}
14 "diskuvbox" {>= "0.1.0"}
15 "ocaml" {< "5.1.0"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "--promote-install-files=false"
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32 ["dune" "install" "-p" name "--create-install-files" name]
33]
34dev-repo: "git+https://github.com/diskuv/dkml-component-ocamlrun.git"
35url {
36 src:
37 "https://github.com/diskuv/dkml-component-ocamlrun/releases/download/4.12.1-v1.0.2/dkml-component-staging-ocamlrun-4.12.1.v1.0.2.tbz"
38 checksum: [
39 "sha256=957c0117f17eb8cceef2ac696ec3b9b550fae38409fa5422186e9314a5717042"
40 "sha512=0230cdc7cd66db0f59be5152324f0f9b5a2c5ecf00ca082998efb968f8ecd4c2ce5e9e8c56749e186038fee00ab295c0c2fb3f69dc6927044b73419ec350a3d8"
41 ]
42}
43x-commit-hash: "49033ffc7026cc4dcf4c81f0522b48766ced272f"