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 (powered by Angstrom)"
4maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"]
5authors: ["Mikhail Lopatin <dx3mod@bk.ru>"]
6license: "MIT"
7tags: ["rpm" "parser" "rpmfile"]
8homepage: "https://github.com/dx3mod/rpmfile"
9bug-reports: "https://github.com/dx3mod/rpmfile/issues"
10depends: [
11 "ocaml" {>= "4.14"}
12 "dune" {>= "3.16"}
13 "rpmfile" {>= "0.3.0"}
14 "angstrom" {>= "0.15"}
15 "alcotest" {with-test}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/dx3mod/rpmfile.git"
33url {
34 src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.5.tar.gz"
35 checksum: [
36 "md5=4175664de64bf013df018dcca94078ae"
37 "sha512=4bd49790d52bbdf56d2684a5be4d1df3276a73e387b079354fcdc2276550a372137d2b1a9d5b41902fa470630416257d7e6d3c1359768e5121a0b8bc501945c7"
38 ]
39}