this repo has no description
0
fork

Configure Feed

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

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

Package dbase4.0.1.5

authored by

Marcello Seri and committed by
GitHub
a86b989a 27ffb370

+44
+44
packages/dbase4/dbase4.0.1.5/opam
··· 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 <pum@example.com>"] 7 + authors: ["Mykhayl Puzanov <pum@example.com>"] 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 + }