this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26201 from createthis/opam-publish-cdb.1.0.1

Package cdb.1.0.1

authored by

Marcello Seri and committed by
GitHub
4f0e68ef 239cb424

+30
+30
packages/cdb/cdb.1.0.1/opam
··· 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 <jesse@createthis.com>" 8 + authors: "Dustin Sallings <dustin@spy.net>" 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 + }