Skip to content

Commit a7e3572

Browse files
authored
Merge pull request #26264 from dx3mod/opam-publish-rpmfile.0.2.0
Package rpmfile.0.2.0
2 parents f5b11fc + 68fb9d0 commit a7e3572

File tree

1 file changed

+41
-0
lines changed
  • packages/rpmfile/rpmfile.0.2.0

1 file changed

+41
-0
lines changed

packages/rpmfile/rpmfile.0.2.0/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
}

0 commit comments

Comments
 (0)