this repo has no description

3 packages from dx3mod/rpmfile at 0.5.0

dx3mod 104c2dc4 19f88a00

Changed files
+115
packages
rpmfile
rpmfile.0.5.0
rpmfile-eio
rpmfile-eio.0.5.0
rpmfile-unix
rpmfile-unix.0.5.0
+40
packages/rpmfile-eio/rpmfile-eio.0.5.0/opam
···
···
+
# 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 <dx3mod@bk.ru>"]
+
authors: ["Mikhail Lopatin <dx3mod@bk.ru>"]
+
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"
+
]
+
}
+39
packages/rpmfile-unix/rpmfile-unix.0.5.0/opam
···
···
+
# 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 <dx3mod@bk.ru>"]
+
authors: ["Mikhail Lopatin <dx3mod@bk.ru>"]
+
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"
+
]
+
}
+36
packages/rpmfile/rpmfile.0.5.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "RPM package metadata reader"
+
maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"]
+
authors: ["Mikhail Lopatin <dx3mod@bk.ru>"]
+
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"
+
]
+
}