-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathchamelon-unix.opam
34 lines (32 loc) · 1.03 KB
/
chamelon-unix.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "2.0"
maintainer: [ "yomimono <[email protected]>" ]
authors: [ "yomimono <[email protected]>" ]
homepage: "https://github.com/yomimono/chamelon"
bug-reports: "https://github.com/yomimono/chamelon/issues"
dev-repo: "git+https://github.com/yomimono/chamelon.git"
license: "ISC"
synopsis: "Command-line Unix utilities for chamelon filesystems"
build: [
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.9.0"}
"alcotest" {>= "1.5.0" & with-test}
"alcotest-lwt" {>= "1.5.0" & with-test}
"mirage-block-combinators" {>= "3.0.0" & with-test}
"mirage-crypto-rng" {>= "0.10.6" & with-test}
"bos" {>= "0.2.0"}
"chamelon" {= version}
"cmdliner" {>= "1.1.0"}
"fmt" {>= "0.8.7"}
"logs" {>= "0.6.0"}
"lwt" {>= "5.3.0"}
"mirage-block" {>= "3.0.0"}
"mirage-block-unix" {>= "2.13.0"}
"mirage-clock" {>= "2.0.0"}
"mirage-clock-unix" {>= "4.0.0"}
"mirage-kv" {>= "4.0.1"}
"mirage-logs" {>= "1.2.0"}
]