File tree Expand file tree Collapse file tree 3 files changed +97
-0
lines changed
cachet-lwt/cachet-lwt.0.0.2
cachet-solo5/cachet-solo5.0.0.2 Expand file tree Collapse file tree 3 files changed +97
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: [ "Romain Calascibetta <
[email protected] >"
3
+ "Reynir Björnsson <
[email protected] >" ]
4
+ authors: [ "Romain Calascibetta <
[email protected] >"
5
+ "Reynir Björnsson <
[email protected] >" ]
6
+ homepage: "https://git.robur.coop/robur/cachet"
7
+ bug-reports: "https://git.robur.coop/robur/cachet"
8
+ dev-repo: "git+https://github.com/robur-coop/cachet"
9
+ doc: "https://robur-coop.github.io/cachet/"
10
+ license: "MIT"
11
+ synopsis: "A simple cache system for mmap and lwt"
12
+ description: """A small library that provides a simple cache system for page-by-page read access on a block device with lwt."""
13
+
14
+ build: [ "dune" "build" "-p" name "-j" jobs ]
15
+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
16
+
17
+ depends: [
18
+ "ocaml" {>= "4.14.0"}
19
+ "dune" {>= "3.5.0"}
20
+ "lwt"
21
+ "cachet" {= version}
22
+ "alcotest" {with-test & >= "1.8.0"}
23
+ ]
24
+ x-maintenance-intent: [ "(latest)" ]
25
+ url {
26
+ src:
27
+ "https://github.com/robur-coop/cachet/releases/download/v0.0.2/cachet-0.0.2.tbz"
28
+ checksum: [
29
+ "sha256=7cf3d609523592516ee5570c106756168d9dca264412a0ef4085d9864c53cbad"
30
+ "sha512=6f05a5fb19324df71ff9c3067a7c17a7a248d431417551169e4ca5aa8b177b6f902bfec73f0ee907443fe01dd9153c6b3ec97fbf0f325d1bcfcb28f7a2501adf"
31
+ ]
32
+ }
33
+ x-commit-hash: "a9c5488ac53c83a67340ec1e67dcac4bf65e2e70"
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: [ "Romain Calascibetta <
[email protected] >"
3
+ "Reynir Björnsson <
[email protected] >" ]
4
+ authors: [ "Romain Calascibetta <
[email protected] >"
5
+ "Reynir Björnsson <
[email protected] >" ]
6
+ homepage: "https://git.robur.coop/robur/cachet"
7
+ bug-reports: "https://git.robur.coop/robur/cachet"
8
+ dev-repo: "git+https://github.com/robur-coop/cachet"
9
+ doc: "https://robur-coop.github.io/cachet/"
10
+ license: "MIT"
11
+ synopsis: "A simple cache system for mmap"
12
+ description: """A small library that provides a simple cache system for page-by-page read access on a block device."""
13
+
14
+ build: [ "dune" "build" "-p" name "-j" jobs ]
15
+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
16
+
17
+ depends: [
18
+ "ocaml" {>= "4.14.0"}
19
+ "dune" {>= "3.5.0"}
20
+ "cachet" {= version}
21
+ "mirage-solo5" {>= "0.7.0"}
22
+ "alcotest" {with-test & >= "1.8.0"}
23
+ ]
24
+ x-maintenance-intent: [ "(latest)" ]
25
+ url {
26
+ src:
27
+ "https://github.com/robur-coop/cachet/releases/download/v0.0.2/cachet-0.0.2.tbz"
28
+ checksum: [
29
+ "sha256=7cf3d609523592516ee5570c106756168d9dca264412a0ef4085d9864c53cbad"
30
+ "sha512=6f05a5fb19324df71ff9c3067a7c17a7a248d431417551169e4ca5aa8b177b6f902bfec73f0ee907443fe01dd9153c6b3ec97fbf0f325d1bcfcb28f7a2501adf"
31
+ ]
32
+ }
33
+ x-commit-hash: "a9c5488ac53c83a67340ec1e67dcac4bf65e2e70"
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: [ "Romain Calascibetta <
[email protected] >"
3
+ "Reynir Björnsson <
[email protected] >" ]
4
+ authors: [ "Romain Calascibetta <
[email protected] >"
5
+ "Reynir Björnsson <
[email protected] >" ]
6
+ homepage: "https://git.robur.coop/robur/cachet"
7
+ bug-reports: "https://git.robur.coop/robur/cachet"
8
+ dev-repo: "git+https://github.com/robur-coop/cachet"
9
+ doc: "https://robur-coop.github.io/cachet/"
10
+ license: "MIT"
11
+ synopsis: "A simple cache system for mmap"
12
+ description: """A small library that provides a simple cache system for page-by-page read access on a block device."""
13
+
14
+ build: [ "dune" "build" "-p" name "-j" jobs ]
15
+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
16
+
17
+ depends: [
18
+ "ocaml" {>= "4.14.0"}
19
+ "dune" {>= "3.5.0"}
20
+ "alcotest" {with-test & >= "1.7.0"}
21
+ ]
22
+ x-maintenance-intent: [ "(latest)" ]
23
+ url {
24
+ src:
25
+ "https://github.com/robur-coop/cachet/releases/download/v0.0.2/cachet-0.0.2.tbz"
26
+ checksum: [
27
+ "sha256=7cf3d609523592516ee5570c106756168d9dca264412a0ef4085d9864c53cbad"
28
+ "sha512=6f05a5fb19324df71ff9c3067a7c17a7a248d431417551169e4ca5aa8b177b6f902bfec73f0ee907443fe01dd9153c6b3ec97fbf0f325d1bcfcb28f7a2501adf"
29
+ ]
30
+ }
31
+ x-commit-hash: "a9c5488ac53c83a67340ec1e67dcac4bf65e2e70"
You can’t perform that action at this time.
0 commit comments