Skip to content

Commit 2e90fc7

Browse files
Merge pull request #26254 from dx3mod/opam-publish-rpmfile.0.1.0
Package rpmfile.0.1.0
2 parents fd50140 + e65c8f3 commit 2e90fc7

File tree

1 file changed

+40
-0
lines changed
  • packages/rpmfile/rpmfile.0.1.0

1 file changed

+40
-0
lines changed

packages/rpmfile/rpmfile.0.1.0/opam

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
"alcotest" {with-test}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
dev-repo: "git+https://github.com/dx3mod/rpmfile.git"
34+
url {
35+
src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.1.1.tar.gz"
36+
checksum: [
37+
"md5=74b751e2ef6a18df3c0ff439b4299026"
38+
"sha512=67b367bc1f0d549b5c1e6aea66ec15d8983f365ca8f29d280eca0da94aa81939792f9d1ec852526afac31b7f3f67418a5f2e570bf741564891c8bd1525192733"
39+
]
40+
}

0 commit comments

Comments
 (0)