-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
29 lines (29 loc) · 838 Bytes
/
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
opam-version: "2.0"
authors: "Francois BERENGER"
maintainer: "unixjunkie@sdf.org"
homepage: "https://github.com/UnixJunkie/dokeysto"
bug-reports: "https://github.com/UnixJunkie/dokeysto/issues"
dev-repo: "git+https://github.com/UnixJunkie/dokeysto.git"
license: "LGPL-2.1-only"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
[make "test_lz4"] {with-test}
]
depends: [
"ocaml"
"dune" {< "2.0"}
"dokeysto"
"lz4"
"minicli" {< "5.0.0"}
"dolog" {< "4.0.0"}
]
synopsis: "the dumb OCaml key-value store w/ LZ4 compression"
description:
"dokeysto with on-the-fly compression/decompression of values via LZ4"
url {
src: "https://github.com/UnixJunkie/dokeysto/archive/v3.0.0.tar.gz"
checksum: [
"sha256=2b0000dd242a54d640a57ba21955f25f7b309b9cefd05f9eb9dbe61a144f359d"
"md5=25fcb13003e252b4ba958923b5467834"
]
}