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+diskuv-ocaml@support.diskuv.com"] 7authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@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.1/dkml-dune-dsl-0.1.1.tbz" 37 checksum: [ 38 "sha256=a7fe720d17809079b5430f382497f0c138159dc67e94d74bbeab35a4094344ed" 39 "sha512=a43b94f0b4708f0a40942ff23c850a466501abbd39ca1bc2ddf0743be2d8c4793ccf2d8a2b64a326752c4f425b62abc51f51af29fa3ba5b2e2f44b31c1ef483f" 40 ] 41} 42x-commit-hash: "09d904857ed41e67638dfddb73cbdf12d0dae459"