Skip to content

Commit c7db401

Browse files
committed
MlFront 2.4.2.30
1 parent 6c1b386 commit c7db401

File tree

13 files changed

+561
-0
lines changed
  • packages
    • MlFront_Cache/MlFront_Cache.2.4.2.30
    • MlFront_Cli/MlFront_Cli.2.4.2.30
    • MlFront_Codept/MlFront_Codept.2.4.2.30
    • MlFront_Config/MlFront_Config.2.4.2.30
    • MlFront_Core/MlFront_Core.2.4.2.30
    • MlFront_Errors/MlFront_Errors.2.4.2.30
    • MlFront_Exec/MlFront_Exec.2.4.2.30
    • MlFront_Logs/MlFront_Logs.2.4.2.30
    • MlFront_Manip/MlFront_Manip.2.4.2.30
    • MlFront_Signify/MlFront_Signify.2.4.2.30
    • MlFront_Thunk/MlFront_Thunk.2.4.2.30
    • MlFront_Tools/MlFront_Tools.2.4.2.30
    • MlFront_ZipFile/MlFront_ZipFile.2.4.2.30

13 files changed

+561
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "Caching for MlFront"
3+
maintainer: "Diskuv, Inc. <[email protected]>"
4+
authors: "Diskuv, Inc. <[email protected]>"
5+
license: "Apache-2.0"
6+
homepage:
7+
"https://github.com/diskuv/dk?tab=readme-ov-file#dk---a-terribly-uninteresting-build-and-scripting-system"
8+
bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"ocaml" {>= "4.14"}
12+
"bos" {>= "0.2.1"}
13+
"fmt" {>= "0.9.0"}
14+
"fpath" {>= "0.7.3"}
15+
"mirage-crypto-rng" {>= "2.0.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.4.2.30/MlFront.tar.gz"
40+
checksum: [
41+
"md5=aeb01176ff012ed278135b2f8347ee97"
42+
"sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202"
43+
]
44+
}
45+
x-maintenance-intent: ["(latest)"]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "Command line interfaces for MlFront"
3+
maintainer: "Diskuv, Inc. <[email protected]>"
4+
authors: "Diskuv, Inc. <[email protected]>"
5+
license: "Apache-2.0"
6+
homepage:
7+
"https://github.com/diskuv/dk?tab=readme-ov-file#dk---a-terribly-uninteresting-build-and-scripting-system"
8+
bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"ocaml" {>= "4.14"}
12+
"odoc" {with-doc}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
[
17+
"dune"
18+
"build"
19+
"-p"
20+
name
21+
"-j"
22+
jobs
23+
"@install"
24+
"@runtest" {with-test}
25+
"@doc" {with-doc}
26+
]
27+
]
28+
dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git"
29+
url {
30+
src:
31+
"https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.4.2.30/MlFront.tar.gz"
32+
checksum: [
33+
"md5=aeb01176ff012ed278135b2f8347ee97"
34+
"sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202"
35+
]
36+
}
37+
x-maintenance-intent: ["(latest)"]
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
synopsis: "Utilities built on top of codept_lib"
3+
maintainer: "Diskuv, Inc. <[email protected]>"
4+
authors: "Diskuv, Inc. <[email protected]>"
5+
license: "Apache-2.0"
6+
homepage:
7+
"https://github.com/diskuv/dk?tab=readme-ov-file#dk---a-terribly-uninteresting-build-and-scripting-system"
8+
bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"ocaml" {>= "4.14"}
12+
"bos" {>= "0.2.1"}
13+
"codept-lib" {>= "0.12.1"}
14+
"ezjsonm" {>= "1.3.0"}
15+
"fmt" {>= "0.9.0"}
16+
"fpath" {>= "0.7.3"}
17+
"logs" {>= "0.7.0"}
18+
"ppx_deriving" {>= "6.0.2"}
19+
"stringext" {>= "1.6.0"}
20+
"MlFront_Core" {= version}
21+
"MlFront_Config" {= version}
22+
"MlFront_Errors" {= version}
23+
"containers-data" {with-test & >= "3.13.1"}
24+
"tezt" {with-test & >= "4.1.0"}
25+
"odoc" {with-doc}
26+
]
27+
build: [
28+
["dune" "subst"] {dev}
29+
[
30+
"dune"
31+
"build"
32+
"-p"
33+
name
34+
"-j"
35+
jobs
36+
"@install"
37+
"@runtest" {with-test}
38+
"@doc" {with-doc}
39+
]
40+
]
41+
dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git"
42+
url {
43+
src:
44+
"https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.4.2.30/MlFront.tar.gz"
45+
checksum: [
46+
"md5=aeb01176ff012ed278135b2f8347ee97"
47+
"sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202"
48+
]
49+
}
50+
x-maintenance-intent: ["(latest)"]
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Configuration for MlFront"
3+
maintainer: "Diskuv, Inc. <[email protected]>"
4+
authors: "Diskuv, Inc. <[email protected]>"
5+
license: "Apache-2.0"
6+
homepage:
7+
"https://github.com/diskuv/dk?tab=readme-ov-file#dk---a-terribly-uninteresting-build-and-scripting-system"
8+
bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"ocaml" {>= "4.14"}
12+
"cppo" {>= "1.6.8"}
13+
"MlFront_Core" {= version}
14+
"ppxlib" {with-test & >= "0.30.0"}
15+
"tezt" {with-test & >= "4.1.0"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git"
33+
url {
34+
src:
35+
"https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.4.2.30/MlFront.tar.gz"
36+
checksum: [
37+
"md5=aeb01176ff012ed278135b2f8347ee97"
38+
"sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202"
39+
]
40+
}
41+
x-maintenance-intent: ["(latest)"]
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "Module and library identification for MlFront"
3+
maintainer: "Diskuv, Inc. <[email protected]>"
4+
authors: "Diskuv, Inc. <[email protected]>"
5+
license: "Apache-2.0"
6+
homepage:
7+
"https://github.com/diskuv/dk?tab=readme-ov-file#dk---a-terribly-uninteresting-build-and-scripting-system"
8+
bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"ocaml" {>= "4.14"}
12+
"digestif" {>= "1.1.4"}
13+
"stringext" {>= "1.6.0"}
14+
"crowbar" {with-test & >= "0.2.1"}
15+
"re" {with-test & >= "1.11.0"}
16+
"tezt" {with-test & >= "4.1.0"}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git"
34+
url {
35+
src:
36+
"https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.4.2.30/MlFront.tar.gz"
37+
checksum: [
38+
"md5=aeb01176ff012ed278135b2f8347ee97"
39+
"sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202"
40+
]
41+
}
42+
x-maintenance-intent: ["(latest)"]
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Error handling for MlFront"
3+
maintainer: "Diskuv, Inc. <[email protected]>"
4+
authors: "Diskuv, Inc. <[email protected]>"
5+
license: "Apache-2.0"
6+
homepage:
7+
"https://github.com/diskuv/dk?tab=readme-ov-file#dk---a-terribly-uninteresting-build-and-scripting-system"
8+
bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"ocaml" {>= "4.14"}
12+
"fmt" {>= "0.9.0"}
13+
"logs" {>= "0.7.0"}
14+
"stringext" {>= "1.6.0"}
15+
"tezt" {with-test & >= "4.1.0"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git"
33+
url {
34+
src:
35+
"https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.4.2.30/MlFront.tar.gz"
36+
checksum: [
37+
"md5=aeb01176ff012ed278135b2f8347ee97"
38+
"sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202"
39+
]
40+
}
41+
x-maintenance-intent: ["(latest)"]
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
opam-version: "2.0"
2+
synopsis: "Executes distributable, repeatable units of work"
3+
maintainer: "Diskuv, Inc. <[email protected]>"
4+
authors: "Diskuv, Inc. <[email protected]>"
5+
license:
6+
"(OSL-3.0 OR LicenseRef-DkSDK-SOFTWARE-DEVELOPMENT-KIT-LICENSE-AGREEMENT)"
7+
homepage:
8+
"https://github.com/diskuv/dk?tab=readme-ov-file#dk---a-terribly-uninteresting-build-and-scripting-system"
9+
bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues"
10+
depends: [
11+
"dune" {>= "3.18"}
12+
"ocaml" {>= "4.14"}
13+
"MlFront_Cache" {= version}
14+
"MlFront_Signify" {= version}
15+
"MlFront_Thunk" {= version}
16+
"MlFront_ZipFile" {= version}
17+
"dkml-c-probe" {>= "3.0.0"}
18+
"pbrt" {>= "3.0.0"}
19+
"ptime" {>= "1.1.0"}
20+
"ppx_deriving" {>= "6.0.2"}
21+
"xdg" {>= "3.12.1"}
22+
"tezt" {with-test & >= "4.1.0"}
23+
"odoc" {with-doc}
24+
]
25+
depopts: [
26+
"ocaml-protoc" {with-test & >= "3.1.0"}
27+
]
28+
available:
29+
!(arch = "arm32" & os = "linux") & !(arch = "x86_32" & os = "linux")
30+
build: [
31+
["dune" "subst"] {dev}
32+
[
33+
"dune"
34+
"build"
35+
"-p"
36+
name
37+
"-j"
38+
jobs
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
]
44+
dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git"
45+
url {
46+
src:
47+
"https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.4.2.30/MlFront.tar.gz"
48+
checksum: [
49+
"md5=aeb01176ff012ed278135b2f8347ee97"
50+
"sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202"
51+
]
52+
}
53+
x-maintenance-intent: ["(latest)"]
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Logging for MlFront"
3+
maintainer: "Diskuv, Inc. <[email protected]>"
4+
authors: "Diskuv, Inc. <[email protected]>"
5+
license: "Apache-2.0"
6+
homepage:
7+
"https://github.com/diskuv/dk?tab=readme-ov-file#dk---a-terribly-uninteresting-build-and-scripting-system"
8+
bug-reports: "https://gitlab.com/dkml/build-tools/MlFront/-/issues"
9+
depends: [
10+
"dune" {>= "3.18"}
11+
"ocaml" {>= "4.14"}
12+
"MlFront_Cli" {= version}
13+
"cmdliner" {>= "1.2.0"}
14+
"fmt" {>= "0.9.0"}
15+
"logs" {>= "0.7.0"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://gitlab.com/dkml/build-tools/MlFront.git"
33+
url {
34+
src:
35+
"https://gitlab.com/api/v4/projects/60486861/packages/generic/src/2.4.2.30/MlFront.tar.gz"
36+
checksum: [
37+
"md5=aeb01176ff012ed278135b2f8347ee97"
38+
"sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202"
39+
]
40+
}
41+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)