this repo has no description
0
fork

Configure Feed

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

Merge pull request #26732 from jonahbeckford/opam-publish-MlFront_Cli.2.1.4-prerel2

Package MlFront_Cli.2.1.4~prerel2

authored by

Marcello Seri and committed by
GitHub
a68003fb 4eb04fcd

+55
+55
packages/MlFront_Cli/MlFront_Cli.2.1.4~prerel2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Command line interfaces for MlFront" 3 + maintainer: "Diskuv, Inc. <opensource+dkml@support.diskuv.com>" 4 + authors: "Diskuv, Inc. <opensource+dkml@support.diskuv.com>" 5 + license: "Apache-2.0" 6 + homepage: "https://diskuv.com/mlfront/overview-1/" 7 + bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues" 8 + depends: [ 9 + "dune" {>= "3.12"} 10 + "ocaml" {>= "4.14.0"} 11 + "bos" {>= "0.2.1"} 12 + "cmdliner" {>= "1.2.0"} 13 + "crunch" {>= "3.3.1"} 14 + "fmt" {>= "0.9.0"} 15 + "fpath" {>= "0.7.3"} 16 + "logs" {>= "0.7.0"} 17 + "ppx_deriving" {>= "5.2.1"} 18 + "stringext" {>= "1.6.0"} 19 + "diskuvbox" {with-test & >= "0.2.0"} 20 + "ezjsonm" {>= "1.3.0"} 21 + "menhir" {>= "20180523"} 22 + "containers-data" {with-test & >= "3.13.1"} 23 + "digestif" {>= "1.1.4"} 24 + "crowbar" {with-test & >= "0.2.1"} 25 + "re" {with-test & >= "1.11.0"} 26 + "stringext" {with-test & >= "1.6.0"} 27 + "tezt" {with-test & >= "4.1.0"} 28 + "ppxlib" {with-test & >= "0.30.0"} 29 + "odoc" {with-doc} 30 + ] 31 + build: [ 32 + [ 33 + "sh" 34 + "ci/build-test.sh" 35 + "-t" {with-test} 36 + "-d" {with-doc} 37 + "-a" 38 + "windows_unknown" {os = "win32"} 39 + "unix_unknown" {!(os = "win32")} 40 + ] 41 + ["install" "MlFront_Cli.install.win32" "MlFront_Cli.install"] 42 + {os = "win32"} 43 + ["install" "MlFront_Cli.install.unix" "MlFront_Cli.install"] 44 + {!(os = "win32")} 45 + ] 46 + build-env: DISABLE_PPXLIB_TESTS = "1" 47 + dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git" 48 + url { 49 + src: 50 + "https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.1.4-r2/MlFront.tar.gz" 51 + checksum: [ 52 + "md5=27b5b3f26820330f323db5abed77d1b3" 53 + "sha512=b1a402c2dd80bf8677930832ddcaef4c0df0405235e032a6c1e5a52d3b6aa160558a41bfc0a27f76adc9822748f4062dca279d19263776ff48888e03a29c2bcd" 54 + ] 55 + }