this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

4 packages from dx3mod/rpmfile at 0.4.0

dx3mod 16889481 e8adc678

+156 -2
+1 -1
packages/rpmfile-cli/rpmfile-cli.0.3.0/opam
··· 11 11 "ocaml" {> "5.1"} 12 12 "dune" {>= "3.16"} 13 13 "eio_main" {>= "1.1"} 14 - "rpmfile-eio" 14 + "rpmfile-eio" {= "0.3.1"} 15 15 "odoc" {with-doc} 16 16 ] 17 17 build: [
+1 -1
packages/rpmfile-cli/rpmfile-cli.0.3.1/opam
··· 11 11 "ocaml" {> "5.1"} 12 12 "dune" {>= "3.16"} 13 13 "eio_main" {>= "1.1"} 14 - "rpmfile-eio" 14 + "rpmfile-eio" {= "0.3.1"} 15 15 "odoc" {with-doc} 16 16 ] 17 17 build: [
+38
packages/rpmfile-cli/rpmfile-cli.0.4.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "CLI utility for reading RPM package information (like rpm -qi)" 4 + maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"] 5 + authors: ["Mikhail Lopatin <dx3mod@bk.ru>"] 6 + license: "MIT" 7 + tags: ["rpm" "parser" "rpmfile"] 8 + homepage: "https://github.com/dx3mod/rpmfile" 9 + bug-reports: "https://github.com/dx3mod/rpmfile/issues" 10 + depends: [ 11 + "ocaml" {> "5.1"} 12 + "dune" {>= "3.16"} 13 + "eio_main" {>= "1.1"} 14 + "rpmfile-eio" {>= "0.4.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/dx3mod/rpmfile.git" 32 + url { 33 + src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.4.tar.gz" 34 + checksum: [ 35 + "md5=3395b5a612e6a4b05172f048a22a8620" 36 + "sha512=91bf570efd1a410e6e0e4a5a3d47f5fab401711ddc3bb451e54f729c074e0ce414bcaf29034c08b1e9fcc46ca54ecfd12acc756916b61752f454999d89c4302a" 37 + ] 38 + }
+40
packages/rpmfile-eio/rpmfile-eio.0.4.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "RPM package metadata reader (powered by Eio)" 4 + maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"] 5 + authors: ["Mikhail Lopatin <dx3mod@bk.ru>"] 6 + license: "MIT" 7 + tags: ["rpm" "parser" "rpmfile"] 8 + homepage: "https://github.com/dx3mod/rpmfile" 9 + bug-reports: "https://github.com/dx3mod/rpmfile/issues" 10 + depends: [ 11 + "ocaml" {> "5.1"} 12 + "dune" {>= "3.16"} 13 + "rpmfile" {>= "0.4.0"} 14 + "eio" {>= "1.1"} 15 + "alcotest" {with-test} 16 + "eio_main" {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.4.tar.gz" 36 + checksum: [ 37 + "md5=3395b5a612e6a4b05172f048a22a8620" 38 + "sha512=91bf570efd1a410e6e0e4a5a3d47f5fab401711ddc3bb451e54f729c074e0ce414bcaf29034c08b1e9fcc46ca54ecfd12acc756916b61752f454999d89c4302a" 39 + ] 40 + }
+40
packages/rpmfile-unix/rpmfile-unix.0.4.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "RPM package metadata reader (powered by Angstrom)" 4 + maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"] 5 + authors: ["Mikhail Lopatin <dx3mod@bk.ru>"] 6 + license: "MIT" 7 + tags: ["rpm" "parser" "rpmfile"] 8 + homepage: "https://github.com/dx3mod/rpmfile" 9 + bug-reports: "https://github.com/dx3mod/rpmfile/issues" 10 + depends: [ 11 + "ocaml" {>= "4.14"} 12 + "dune" {>= "3.16"} 13 + "rpmfile" {>= "0.3.0"} 14 + "angstrom" {>= "0.15"} 15 + "angstrom-unix" {>= "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.4.tar.gz" 36 + checksum: [ 37 + "md5=3395b5a612e6a4b05172f048a22a8620" 38 + "sha512=91bf570efd1a410e6e0e4a5a3d47f5fab401711ddc3bb451e54f729c074e0ce414bcaf29034c08b1e9fcc46ca54ecfd12acc756916b61752f454999d89c4302a" 39 + ] 40 + }
+36
packages/rpmfile/rpmfile.0.4.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "RPM package metadata reader" 4 + maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"] 5 + authors: ["Mikhail Lopatin <dx3mod@bk.ru>"] 6 + license: "MIT" 7 + tags: ["rpm" "parser" "rpmfile"] 8 + homepage: "https://github.com/dx3mod/rpmfile" 9 + bug-reports: "https://github.com/dx3mod/rpmfile/issues" 10 + depends: [ 11 + "ocaml" {>= "4.14"} 12 + "dune" {>= "3.16"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/dx3mod/rpmfile.git" 30 + url { 31 + src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.4.tar.gz" 32 + checksum: [ 33 + "md5=3395b5a612e6a4b05172f048a22a8620" 34 + "sha512=91bf570efd1a410e6e0e4a5a3d47f5fab401711ddc3bb451e54f729c074e0ce414bcaf29034c08b1e9fcc46ca54ecfd12acc756916b61752f454999d89c4302a" 35 + ] 36 + }