this repo has no description
0
fork

Configure Feed

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

6 packages from gitlab.com/api/v4/projects/60486861/packages/generic/src/2.3.0-5/MlFront.tar.gz

+251
+44
packages/MlFront_Cache/MlFront_Cache.2.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Caching 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"} 11 + "bos" {>= "0.2.1"} 12 + "fmt" {>= "0.9.0"} 13 + "fpath" {>= "0.7.3"} 14 + "mirage-crypto-rng" {>= "2.0.0"} 15 + "sqlite3" {>= "5.2.0"} 16 + "uuidm" {>= "0.9.8"} 17 + "MlFront_Core" {= version} 18 + "MlFront_Errors" {= version} 19 + "tezt" {with-test & >= "4.1.0"} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git" 37 + url { 38 + src: 39 + "https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.3.0-5/MlFront.tar.gz" 40 + checksum: [ 41 + "md5=ab44f53bf2de58dd79e705341b14efe7" 42 + "sha512=1f38ce5fbc5a4d4656c0c1ce89356e155387b2421adff8f99e0596f5d7746bcb0a2a4b2c3efada51ab9cebd61210e475c135c78d0f15c4384f73bb81b190b3f0" 43 + ] 44 + }
+55
packages/MlFront_Cli/MlFront_Cli.2.3.0/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-cli.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.3.0-5/MlFront.tar.gz" 51 + checksum: [ 52 + "md5=ab44f53bf2de58dd79e705341b14efe7" 53 + "sha512=1f38ce5fbc5a4d4656c0c1ce89356e155387b2421adff8f99e0596f5d7746bcb0a2a4b2c3efada51ab9cebd61210e475c135c78d0f15c4384f73bb81b190b3f0" 54 + ] 55 + }
+39
packages/MlFront_Core/MlFront_Core.2.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Module and library identification 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"} 11 + "digestif" {>= "1.1.4"} 12 + "stringext" {>= "1.6.0"} 13 + "crowbar" {with-test & >= "0.2.1"} 14 + "tezt" {with-test & >= "4.1.0"} 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 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git" 32 + url { 33 + src: 34 + "https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.3.0-5/MlFront.tar.gz" 35 + checksum: [ 36 + "md5=ab44f53bf2de58dd79e705341b14efe7" 37 + "sha512=1f38ce5fbc5a4d4656c0c1ce89356e155387b2421adff8f99e0596f5d7746bcb0a2a4b2c3efada51ab9cebd61210e475c135c78d0f15c4384f73bb81b190b3f0" 38 + ] 39 + }
+39
packages/MlFront_Errors/MlFront_Errors.2.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Error handling 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"} 11 + "fmt" {>= "0.9.0"} 12 + "logs" {>= "0.7.0"} 13 + "stringext" {>= "1.6.0"} 14 + "tezt" {with-test & >= "4.1.0"} 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 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git" 32 + url { 33 + src: 34 + "https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.3.0-5/MlFront.tar.gz" 35 + checksum: [ 36 + "md5=ab44f53bf2de58dd79e705341b14efe7" 37 + "sha512=1f38ce5fbc5a4d4656c0c1ce89356e155387b2421adff8f99e0596f5d7746bcb0a2a4b2c3efada51ab9cebd61210e475c135c78d0f15c4384f73bb81b190b3f0" 38 + ] 39 + }
+37
packages/MlFront_Manip/MlFront_Manip.2.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Binary manipulation tools 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"} 11 + "tezt" {with-test & >= "4.1.0"} 12 + "ppxlib" {with-test & >= "0.30.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git" 30 + url { 31 + src: 32 + "https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.3.0-5/MlFront.tar.gz" 33 + checksum: [ 34 + "md5=ab44f53bf2de58dd79e705341b14efe7" 35 + "sha512=1f38ce5fbc5a4d4656c0c1ce89356e155387b2421adff8f99e0596f5d7746bcb0a2a4b2c3efada51ab9cebd61210e475c135c78d0f15c4384f73bb81b190b3f0" 36 + ] 37 + }
+37
packages/MlFront_ZipFile/MlFront_ZipFile.2.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Zip files 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"} 11 + "re" {>= "1.11.0"} 12 + "tezt" {with-test & >= "4.1.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git" 30 + url { 31 + src: 32 + "https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.3.0-5/MlFront.tar.gz" 33 + checksum: [ 34 + "md5=ab44f53bf2de58dd79e705341b14efe7" 35 + "sha512=1f38ce5fbc5a4d4656c0c1ce89356e155387b2421adff8f99e0596f5d7746bcb0a2a4b2c3efada51ab9cebd61210e475c135c78d0f15c4384f73bb81b190b3f0" 36 + ] 37 + }