this repo has no description
0
fork

Configure Feed

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

Merge pull request #26580 from jonahbeckford/opam-publish-dkml-dune-dsl-dkml-dune-dsl-show.0.1.4

2 packages from diskuv/dkml-dune-dsl at 0.1.4

authored by

Shon Feder and committed by
GitHub
ffe1ce2a 77185ab0

+88
+47
packages/dkml-dune-dsl-show/dkml-dune-dsl-show.0.1.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "An interpreter for the embedded DSL of Dune that shows the DSL as a real Dune file" 4 + maintainer: "opensource+dkml@support.diskuv.com" 5 + authors: "Diskuv, Inc. <opensource+dkml@support.diskuv.com>" 6 + license: "Apache-2.0" 7 + homepage: "https://github.com/diskuv/dkml-dune-dsl" 8 + doc: "https://diskuv.github.io/dkml-dune-dsl/dkml-dune-dsl-show/index.html" 9 + bug-reports: "https://github.com/diskuv/dkml-dune-dsl/issues" 10 + depends: [ 11 + "dune" {>= "2.9"} 12 + "ocaml" {>= "4.12.1"} 13 + "dkml-dune-dsl" {= version} 14 + "astring" {>= "0.8.5"} 15 + "ezjsonm" {>= "1.3.0"} 16 + "fmt" {>= "0.9.0"} 17 + "mustache" {>= "3.1.0"} 18 + "menhir" {>= "20180528"} 19 + "sexp_pretty" {>= "v0.14"} 20 + "alcotest" {>= "1.5.0" & with-test} 21 + "odoc" {with-doc} 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-dune-dsl.git" 40 + url { 41 + src: 42 + "https://github.com/diskuv/dkml-dune-dsl/releases/download/0.1.4/src.tar.gz" 43 + checksum: [ 44 + "md5=e15cffe625e826450bdc86593ef15e7a" 45 + "sha512=bfb8ef843c3954fcc6fc70d4576c2a599bfb88d94bbed5887d38d8fb20b86f656c19acb3fa73c49c443376423166527a019900cfcee574f7fede54b04c82a491" 46 + ] 47 + }
+41
packages/dkml-dune-dsl/dkml-dune-dsl.0.1.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Embedded DSL for Dune files to do syntax checking, auto-completion and generate dune.inc include files" 4 + description: 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." 6 + maintainer: "opensource+dkml@support.diskuv.com" 7 + authors: "Diskuv, Inc. <opensource+dkml@support.diskuv.com>" 8 + license: "Apache-2.0" 9 + homepage: "https://github.com/diskuv/dkml-dune-dsl" 10 + doc: "https://diskuv.github.io/dkml-dune-dsl/dkml-dune-dsl/index.html" 11 + bug-reports: "https://github.com/diskuv/dkml-dune-dsl/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "ocaml" {>= "4.12.1"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 33 + dev-repo: "git+https://github.com/diskuv/dkml-dune-dsl.git" 34 + url { 35 + src: 36 + "https://github.com/diskuv/dkml-dune-dsl/releases/download/0.1.4/src.tar.gz" 37 + checksum: [ 38 + "md5=e15cffe625e826450bdc86593ef15e7a" 39 + "sha512=bfb8ef843c3954fcc6fc70d4576c2a599bfb88d94bbed5887d38d8fb20b86f656c19acb3fa73c49c443376423166527a019900cfcee574f7fede54b04c82a491" 40 + ] 41 + }