From 104c2dc4a68a482fa5db56bc7badd81addb344ac Mon Sep 17 00:00:00 2001 From: dx3mod Date: Sat, 26 Oct 2024 18:53:00 +0300 Subject: [PATCH] 3 packages from dx3mod/rpmfile at 0.5.0 --- packages/rpmfile-eio/rpmfile-eio.0.5.0/opam | 40 +++++++++++++++++++ packages/rpmfile-unix/rpmfile-unix.0.5.0/opam | 39 ++++++++++++++++++ packages/rpmfile/rpmfile.0.5.0/opam | 36 +++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 packages/rpmfile-eio/rpmfile-eio.0.5.0/opam create mode 100644 packages/rpmfile-unix/rpmfile-unix.0.5.0/opam create mode 100644 packages/rpmfile/rpmfile.0.5.0/opam diff --git a/packages/rpmfile-eio/rpmfile-eio.0.5.0/opam b/packages/rpmfile-eio/rpmfile-eio.0.5.0/opam new file mode 100644 index 00000000000..c112fcd4e3e --- /dev/null +++ b/packages/rpmfile-eio/rpmfile-eio.0.5.0/opam @@ -0,0 +1,40 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "RPM package metadata reader (powered by Eio)" +maintainer: ["Mikhail Lopatin "] +authors: ["Mikhail Lopatin "] +license: "MIT" +tags: ["rpm" "parser" "rpmfile"] +homepage: "https://github.com/dx3mod/rpmfile" +bug-reports: "https://github.com/dx3mod/rpmfile/issues" +depends: [ + "ocaml" {> "5.1"} + "dune" {>= "3.16"} + "rpmfile" {>= "0.4.0"} + "eio" {>= "1.1"} + "alcotest" {with-test} + "eio_main" {with-test} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/dx3mod/rpmfile.git" +url { + src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.5.tar.gz" + checksum: [ + "md5=4175664de64bf013df018dcca94078ae" + "sha512=4bd49790d52bbdf56d2684a5be4d1df3276a73e387b079354fcdc2276550a372137d2b1a9d5b41902fa470630416257d7e6d3c1359768e5121a0b8bc501945c7" + ] +} diff --git a/packages/rpmfile-unix/rpmfile-unix.0.5.0/opam b/packages/rpmfile-unix/rpmfile-unix.0.5.0/opam new file mode 100644 index 00000000000..83dd8000dad --- /dev/null +++ b/packages/rpmfile-unix/rpmfile-unix.0.5.0/opam @@ -0,0 +1,39 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "RPM package metadata reader (powered by Angstrom)" +maintainer: ["Mikhail Lopatin "] +authors: ["Mikhail Lopatin "] +license: "MIT" +tags: ["rpm" "parser" "rpmfile"] +homepage: "https://github.com/dx3mod/rpmfile" +bug-reports: "https://github.com/dx3mod/rpmfile/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.16"} + "rpmfile" {>= "0.3.0"} + "angstrom" {>= "0.15"} + "alcotest" {with-test} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/dx3mod/rpmfile.git" +url { + src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.5.tar.gz" + checksum: [ + "md5=4175664de64bf013df018dcca94078ae" + "sha512=4bd49790d52bbdf56d2684a5be4d1df3276a73e387b079354fcdc2276550a372137d2b1a9d5b41902fa470630416257d7e6d3c1359768e5121a0b8bc501945c7" + ] +} diff --git a/packages/rpmfile/rpmfile.0.5.0/opam b/packages/rpmfile/rpmfile.0.5.0/opam new file mode 100644 index 00000000000..e73bc6ac18c --- /dev/null +++ b/packages/rpmfile/rpmfile.0.5.0/opam @@ -0,0 +1,36 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "RPM package metadata reader" +maintainer: ["Mikhail Lopatin "] +authors: ["Mikhail Lopatin "] +license: "MIT" +tags: ["rpm" "parser" "rpmfile"] +homepage: "https://github.com/dx3mod/rpmfile" +bug-reports: "https://github.com/dx3mod/rpmfile/issues" +depends: [ + "ocaml" {>= "4.14"} + "dune" {>= "3.16"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/dx3mod/rpmfile.git" +url { + src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.5.tar.gz" + checksum: [ + "md5=4175664de64bf013df018dcca94078ae" + "sha512=4bd49790d52bbdf56d2684a5be4d1df3276a73e387b079354fcdc2276550a372137d2b1a9d5b41902fa470630416257d7e6d3c1359768e5121a0b8bc501945c7" + ] +}