File tree Expand file tree Collapse file tree 9 files changed +46
-8
lines changed Expand file tree Collapse file tree 9 files changed +46
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010depends: [
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}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010depends: [
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}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010depends: [
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}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010depends: [
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}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010depends: [
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}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010depends: [
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}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010depends: [
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}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/dx3mod/rpmfile/issues"
1010depends: [
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}
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 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)" ]
You can’t perform that action at this time.
0 commit comments