Skip to content

Commit f952555

Browse files
authored
Merge pull request #28524 from dx3mod/opam-publish-rpmfile.0.8.0
Package rpmfile.0.8.0
2 parents fe41ac3 + a6c0c44 commit f952555

File tree

9 files changed

+46
-8
lines changed
  • packages
    • rpmfile-eio
      • rpmfile-eio.0.3.0
      • rpmfile-eio.0.3.1
      • rpmfile-eio.0.4.0
      • rpmfile-eio.0.5.0
    • rpmfile-unix
      • rpmfile-unix.0.3.0
      • rpmfile-unix.0.3.1
      • rpmfile-unix.0.4.0
      • rpmfile-unix.0.5.0
    • rpmfile/rpmfile.0.8.0

9 files changed

+46
-8
lines changed

packages/rpmfile-eio/rpmfile-eio.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010
depends: [
1111
"ocaml" {> "5.1"}
1212
"dune" {>= "3.16"}
13-
"rpmfile" {>= "0.3.0"}
13+
"rpmfile" {>= "0.3.0" & < "0.8.0"}
1414
"eio" {>= "1.1"}
1515
"alcotest" {with-test}
1616
"eio_main" {with-test}

packages/rpmfile-eio/rpmfile-eio.0.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010
depends: [
1111
"ocaml" {> "5.1"}
1212
"dune" {>= "3.16"}
13-
"rpmfile" {>= "0.3.0"}
13+
"rpmfile" {>= "0.3.0" & < "0.8.0"}
1414
"eio" {>= "1.1"}
1515
"alcotest" {with-test}
1616
"eio_main" {with-test}

packages/rpmfile-eio/rpmfile-eio.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010
depends: [
1111
"ocaml" {> "5.1"}
1212
"dune" {>= "3.16"}
13-
"rpmfile" {>= "0.4.0"}
13+
"rpmfile" {>= "0.4.0" & < "0.8.0"}
1414
"eio" {>= "1.1"}
1515
"alcotest" {with-test}
1616
"eio_main" {with-test}

packages/rpmfile-eio/rpmfile-eio.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010
depends: [
1111
"ocaml" {> "5.1"}
1212
"dune" {>= "3.16"}
13-
"rpmfile" {>= "0.4.0"}
13+
"rpmfile" {>= "0.4.0" & < "0.8.0"}
1414
"eio" {>= "1.1"}
1515
"alcotest" {with-test}
1616
"eio_main" {with-test}

packages/rpmfile-unix/rpmfile-unix.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010
depends: [
1111
"ocaml" {> "4.14"}
1212
"dune" {>= "3.16"}
13-
"rpmfile" {>= "0.3.0"}
13+
"rpmfile" {>= "0.3.0" & < "0.8.0"}
1414
"angstrom" {>= "0.15"}
1515
"angstrom-unix" {>= "0.15"}
1616
"alcotest" {with-test}

packages/rpmfile-unix/rpmfile-unix.0.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010
depends: [
1111
"ocaml" {> "4.14"}
1212
"dune" {>= "3.16"}
13-
"rpmfile" {>= "0.3.0"}
13+
"rpmfile" {>= "0.3.0" & < "0.8.0"}
1414
"angstrom" {>= "0.15"}
1515
"angstrom-unix" {>= "0.15"}
1616
"alcotest" {with-test}

packages/rpmfile-unix/rpmfile-unix.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010
depends: [
1111
"ocaml" {>= "4.14"}
1212
"dune" {>= "3.16"}
13-
"rpmfile" {>= "0.3.0"}
13+
"rpmfile" {>= "0.3.0" & < "0.8.0"}
1414
"angstrom" {>= "0.15"}
1515
"angstrom-unix" {>= "0.15"}
1616
"alcotest" {with-test}

packages/rpmfile-unix/rpmfile-unix.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010
depends: [
1111
"ocaml" {>= "4.14"}
1212
"dune" {>= "3.16"}
13-
"rpmfile" {>= "0.3.0"}
13+
"rpmfile" {>= "0.3.0" & < "0.8.0"}
1414
"angstrom" {>= "0.15"}
1515
"alcotest" {with-test}
1616
"odoc" {with-doc}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "RPM package reader"
4+
maintainer: ["Mikhail Lopatin <[email protected]>"]
5+
authors: ["Mikhail Lopatin <[email protected]>"]
6+
license: "MIT"
7+
tags: ["rpm"]
8+
homepage: "https://github.com/dx3mod/rpmfile"
9+
bug-reports: "https://github.com/dx3mod/rpmfile/issues"
10+
depends: [
11+
"ocaml" {>= "4.14"}
12+
"angstrom" {>= "0.15"}
13+
"dune" {>= "3.16"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://github.com/dx3mod/rpmfile.git"
31+
url {
32+
src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.8.tar.gz"
33+
checksum: [
34+
"md5=9cb3413fed9ea7f598106e2017ee241c"
35+
"sha512=beda2fca84fa545be781a21e4763d2a0ab19ffe0819ae2710f4c7622c176a5037b4af4b76ab2e198cefcd26d12449fba1fd816c1469b7c60e4c3440f1de40533"
36+
]
37+
}
38+
x-maintenance-intent: [ "(latest)" ]

0 commit comments

Comments
 (0)