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"
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 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/dx3mod/rpmfile.git"
30url {
31 src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.3.tar.gz"
32 checksum: [
33 "md5=3cb6a60280cc72dcaed5aa8172c0c89e"
34 "sha512=8a8c86f4c23e47098108cc70bb3c2c6aa05fa6560221426ab7ea6e6f3722a9fe851085b5bd53cf829707bc1898f4f1929ae0cd33735c4bc3102ded49302ee98d"
35 ]
36}