this repo has no description

Merge pull request #27410 from hothing/opam-publish-dbase4.0.1.5

Package dbase4.0.1.5

Changed files
+44
packages
dbase4
dbase4.0.1.5
+44
packages/dbase4/dbase4.0.1.5/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A DBF/DBT files reader library"
+
description:
+
"A DBF reader library with MEMO support and sequental record access"
+
maintainer: ["Mykhayl Puzanov <pum@example.com>"]
+
authors: ["Mykhayl Puzanov <pum@example.com>"]
+
license: "GPL-3.0-or-later"
+
tags: ["xBASE" "DBF" "data access"]
+
homepage: "https://github.com/hothing/ocaml-libdbf"
+
bug-reports: "https://github.com/hothing/ocaml-libdbf/issues"
+
depends: [
+
"dune" {>= "3.17"}
+
"ocaml" {>= "5.2"}
+
"cstruct"
+
"ppx_cstruct"
+
"bitstring"
+
"ppx_bitstring"
+
"odoc" {with-doc}
+
"alcotest" {with-test}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/hothing/ocaml-libdbf.git"
+
url {
+
src:
+
"https://github.com/hothing/ocaml-libdbf/archive/refs/tags/0.1.5b.tar.gz"
+
checksum: [
+
"md5=020f2d2c1353b0d2f299267af9f55e3a"
+
"sha512=4c47a5ac41b69a1c36441316417a9a20a5f3c1e1c49e6f06c20e31357c2a004c4b4c860c803c4ce1201c5b7ffaa439cb756fe7020fe943114d94f77b58513a8b"
+
]
+
}