this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Embedded DSL for Dune files to do syntax checking, auto-completion and generate dune.inc include files"
4description:
5 "dkml-dune-dsl lets you define Dune files in OCaml code with your favorite auto-completing IDE, compile it to an executable, and use it as a generator of your dune.inc files."
6maintainer: ["opensource+dkml@support.diskuv.com"]
7authors: ["Diskuv, Inc. <opensource+dkml@support.diskuv.com>"]
8license: "Apache-2.0"
9homepage: "https://github.com/diskuv/dkml-dune-dsl"
10doc: "https://diskuv.github.io/dkml-dune-dsl/dkml-dune-dsl/index.html"
11bug-reports: "https://github.com/diskuv/dkml-dune-dsl/issues"
12depends: [
13 "dune" {>= "2.9"}
14 "ocaml" {>= "4.12.1"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "--promote-install-files=false"
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31 ["dune" "install" "-p" name "--create-install-files" name]
32]
33dev-repo: "git+https://github.com/diskuv/dkml-dune-dsl.git"
34url {
35 src:
36 "https://github.com/diskuv/dkml-dune-dsl/releases/download/0.1.3/dkml-dune-dsl-0.1.3.tbz"
37 checksum: [
38 "sha256=11db13cbb29a6cd453f4f9d8138076624c2a55d78729ad6319cbab0239686ba5"
39 "sha512=d8410e8ba6327cfacd400423328f661b30bb6faa8d89340c6873563c0a03d62cdcf07cf2d52f1008818026804b0dfc2e108cd95e4c5a3127d06f260a3f9eaa3b"
40 ]
41}
42x-commit-hash: "a934373a1493181ff0f481896e7e63825466ec69"