File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
packages/rpmfile/rpmfile.0.2.0 Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is generated by dune, edit dune-project instead
2
+ opam-version: "2.0"
3
+ synopsis: "RPM package metadata reader"
4
+ description:
5
+ "A library for reading metadata from RPM packages, providing an Angstrom parser and a simple interface for accessing values"
6
+ maintainer: ["Mikhail Lopatin <
[email protected] >"]
7
+ authors: ["Mikhail Lopatin <
[email protected] >"]
8
+ license: "MIT"
9
+ tags: ["rpm" "parser"]
10
+ homepage: "https://github.com/dx3mod/rpmfile"
11
+ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
12
+ depends: [
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
+ ]
20
+ build: [
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
+ ]
34
+ dev-repo: "git+https://github.com/dx3mod/rpmfile.git"
35
+ url {
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
+ }
You can’t perform that action at this time.
0 commit comments