Skip to content

Commit a86b989

Browse files
authored
Merge pull request #27410 from hothing/opam-publish-dbase4.0.1.5
Package dbase4.0.1.5
2 parents 27ffb37 + 96a14b0 commit a86b989

File tree

1 file changed

+44
-0
lines changed
  • packages/dbase4/dbase4.0.1.5

1 file changed

+44
-0
lines changed

packages/dbase4/dbase4.0.1.5/opam

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A DBF/DBT files reader library"
4+
description:
5+
"A DBF reader library with MEMO support and sequental record access"
6+
maintainer: ["Mykhayl Puzanov <[email protected]>"]
7+
authors: ["Mykhayl Puzanov <[email protected]>"]
8+
license: "GPL-3.0-or-later"
9+
tags: ["xBASE" "DBF" "data access"]
10+
homepage: "https://github.com/hothing/ocaml-libdbf"
11+
bug-reports: "https://github.com/hothing/ocaml-libdbf/issues"
12+
depends: [
13+
"dune" {>= "3.17"}
14+
"ocaml" {>= "5.2"}
15+
"cstruct"
16+
"ppx_cstruct"
17+
"bitstring"
18+
"ppx_bitstring"
19+
"odoc" {with-doc}
20+
"alcotest" {with-test}
21+
]
22+
build: [
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+
]
36+
dev-repo: "git+https://github.com/hothing/ocaml-libdbf.git"
37+
url {
38+
src:
39+
"https://github.com/hothing/ocaml-libdbf/archive/refs/tags/0.1.5b.tar.gz"
40+
checksum: [
41+
"md5=020f2d2c1353b0d2f299267af9f55e3a"
42+
"sha512=4c47a5ac41b69a1c36441316417a9a20a5f3c1e1c49e6f06c20e31357c2a004c4b4c860c803c4ce1201c5b7ffaa439cb756fe7020fe943114d94f77b58513a8b"
43+
]
44+
}

0 commit comments

Comments
 (0)