this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A DBF/DBT files reader library"
4description:
5 "A DBF reader library with MEMO support and sequental record access"
6maintainer: ["Mykhayl Puzanov <pum@example.com>"]
7authors: ["Mykhayl Puzanov <pum@example.com>"]
8license: "GPL-3.0-or-later"
9tags: ["xBASE" "DBF" "data access"]
10homepage: "https://github.com/hothing/ocaml-libdbf"
11bug-reports: "https://github.com/hothing/ocaml-libdbf/issues"
12depends: [
13 "dune" {>= "3.17"}
14 "ocaml" {>= "5.2"}
15 "cstruct" {>= "6.2"}
16 "ppx_cstruct" {>= "6.2"}
17 "bitstring" {>= "4.1"}
18 "ppx_bitstring" {>= "4.1"}
19 "odoc" {with-doc}
20 "alcotest" {with-test}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/hothing/ocaml-libdbf.git"
37url {
38 src:
39 "https://github.com/hothing/ocaml-libdbf/archive/refs/tags/0.1.5c.tar.gz"
40 checksum: [
41 "md5=52a463a2aeaa7752233bbad897ac9332"
42 "sha512=ea9d9dbecdabd15d7c46fb54ad73da957219c56bb574d5cb4f2f2be2b5b3abd3a604919ec76e059b6a36c9e1c0d59bebe4b990387cd930b3c18c4723b71587b9"
43 ]
44}