this repo has no description

Package MlFront_Cli.2.1.4~prerel2

Changed files
+55
packages
MlFront_Cli
MlFront_Cli.2.1.4~prerel2
+55
packages/MlFront_Cli/MlFront_Cli.2.1.4~prerel2/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Command line interfaces for MlFront"
+
maintainer: "Diskuv, Inc. <opensource+dkml@support.diskuv.com>"
+
authors: "Diskuv, Inc. <opensource+dkml@support.diskuv.com>"
+
license: "Apache-2.0"
+
homepage: "https://diskuv.com/mlfront/overview-1/"
+
bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues"
+
depends: [
+
"dune" {>= "3.12"}
+
"ocaml" {>= "4.14.0"}
+
"bos" {>= "0.2.1"}
+
"cmdliner" {>= "1.2.0"}
+
"crunch" {>= "3.3.1"}
+
"fmt" {>= "0.9.0"}
+
"fpath" {>= "0.7.3"}
+
"logs" {>= "0.7.0"}
+
"ppx_deriving" {>= "5.2.1"}
+
"stringext" {>= "1.6.0"}
+
"diskuvbox" {with-test & >= "0.2.0"}
+
"ezjsonm" {>= "1.3.0"}
+
"menhir" {>= "20180523"}
+
"containers-data" {with-test & >= "3.13.1"}
+
"digestif" {>= "1.1.4"}
+
"crowbar" {with-test & >= "0.2.1"}
+
"re" {with-test & >= "1.11.0"}
+
"stringext" {with-test & >= "1.6.0"}
+
"tezt" {with-test & >= "4.1.0"}
+
"ppxlib" {with-test & >= "0.30.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
[
+
"sh"
+
"ci/build-test.sh"
+
"-t" {with-test}
+
"-d" {with-doc}
+
"-a"
+
"windows_unknown" {os = "win32"}
+
"unix_unknown" {!(os = "win32")}
+
]
+
["install" "MlFront_Cli.install.win32" "MlFront_Cli.install"]
+
{os = "win32"}
+
["install" "MlFront_Cli.install.unix" "MlFront_Cli.install"]
+
{!(os = "win32")}
+
]
+
build-env: DISABLE_PPXLIB_TESTS = "1"
+
dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git"
+
url {
+
src:
+
"https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.1.4-r2/MlFront.tar.gz"
+
checksum: [
+
"md5=27b5b3f26820330f323db5abed77d1b3"
+
"sha512=b1a402c2dd80bf8677930832ddcaef4c0df0405235e032a6c1e5a52d3b6aa160558a41bfc0a27f76adc9822748f4062dca279d19263776ff48888e03a29c2bcd"
+
]
+
}