this repo has no description
1opam-version: "2.0"
2synopsis: "CDB implementation in OCaml"
3description: """
4CDB (Constant Database) is a fast, reliable, simple package for creating
5and reading constant databases.
6"""
7maintainer: "jesse <jesse@createthis.com>"
8authors: "Dustin Sallings <dustin@spy.net>"
9license: "MIT"
10homepage: "https://github.com/createthis/ocaml-cdb"
11bug-reports: "https://github.com/createthis/ocaml-cdb/issues"
12dev-repo: "git+https://github.com/createthis/ocaml-cdb.git"
13depends: [
14 "ocaml" {>= "5.00.0"}
15 "dune" {>= "2.0"}
16]
17build: [
18 ["dune" "build" "-p" name]
19]
20install: [
21 ["dune" "install" "-p" name]
22]
23url {
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}