Skip to content

Commit 4f0e68e

Browse files
authored
Merge pull request #26201 from createthis/opam-publish-cdb.1.0.1
Package cdb.1.0.1
2 parents 239cb42 + c3d1cfc commit 4f0e68e

File tree

1 file changed

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

1 file changed

+30
-0
lines changed

packages/cdb/cdb.1.0.1/opam

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
dev-repo: "git+https://github.com/createthis/ocaml-cdb.git"
13+
depends: [
14+
"ocaml" {>= "5.00.0"}
15+
"dune" {>= "2.0"}
16+
]
17+
build: [
18+
["dune" "build" "-p" name]
19+
]
20+
install: [
21+
["dune" "install" "-p" name]
22+
]
23+
url {
24+
src:
25+
"https://github.com/createthis/ocaml-cdb/archive/refs/tags/1.0.1.tar.gz"
26+
checksum: [
27+
"md5=deb487b574cf1a925424b410627a9e05"
28+
"sha512=fedf279196fa894e7a7fdc47ccc05ad7b32e6e98a2ad51281aab78a3715de42a46efbc2c34861d0df8f5f0280ca5ff3520516bc648dfbc32e3db0c2161507dc7"
29+
]
30+
}

0 commit comments

Comments
 (0)