this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "RPM package metadata reader"
4description:
5 "A library for reading metadata from RPM packages, providing an Angstrom parser and a simple interface for accessing values"
6maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"]
7authors: ["Mikhail Lopatin <dx3mod@bk.ru>"]
8license: "MIT"
9tags: ["rpm" "parser"]
10homepage: "https://github.com/dx3mod/rpmfile"
11bug-reports: "https://github.com/dx3mod/rpmfile/issues"
12depends: [
13 "ocaml" {> "4.14"}
14 "dune" {>= "3.16"}
15 "angstrom" {>= "0.15"}
16 "angstrom-unix" {>= "0.15"}
17 "alcotest" {with-test}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/dx3mod/rpmfile.git"
35url {
36 src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.2.0.tar.gz"
37 checksum: [
38 "md5=1018b63f5f086a0e778dc51bb0bbebbe"
39 "sha512=17a1c968e4766e419d1b9617fbf0bc21985563893cef1599fe06df4eccf490341ddea09039b6ed0a001a7fbcfa44fc0a9c34eb6c6f85d359f5824ecea693d048"
40 ]
41}