Skip to content

Commit 725c20e

Browse files
committed
Package cdb.1.0.1
1 parent ca7f74d commit 725c20e

File tree

1 file changed

+29
-0
lines changed
  • packages/cdb/cdb.1.0.1

1 file changed

+29
-0
lines changed

packages/cdb/cdb.1.0.1/opam

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
opam-version: "2.0"
2+
synopsis: "CDB implementation in OCaml"
3+
description: """
4+
CDB (Constant Database) is a fast, reliable, simple package for creating
5+
and reading constant databases.
6+
"""
7+
maintainer: "jesse <[email protected]>"
8+
authors: "Dustin Sallings <[email protected]>"
9+
license: "MIT"
10+
homepage: "https://github.com/createthis/ocaml-cdb"
11+
bug-reports: "https://github.com/createthis/ocaml-cdb/issues"
12+
depends: [
13+
"ocaml" {>= "5.00.0"}
14+
"dune" {>= "2.0"}
15+
]
16+
build: [
17+
["dune" "build" "-p" name]
18+
]
19+
install: [
20+
["dune" "install" "-p" name]
21+
]
22+
url {
23+
src:
24+
"https://github.com/createthis/ocaml-cdb/archive/refs/tags/1.0.1.tar.gz"
25+
checksum: [
26+
"md5=deb487b574cf1a925424b410627a9e05"
27+
"sha512=fedf279196fa894e7a7fdc47ccc05ad7b32e6e98a2ad51281aab78a3715de42a46efbc2c34861d0df8f5f0280ca5ff3520516bc648dfbc32e3db0c2161507dc7"
28+
]
29+
}

0 commit comments

Comments
 (0)