this repo has no description

4 packages from dx3mod/rpmfile at 0.3.1

dx3mod 18f0b9d7 0f2e2e7a

Changed files
+154
packages
rpmfile
rpmfile.0.3.1
rpmfile-cli
rpmfile-cli.0.3.1
rpmfile-eio
rpmfile-eio.0.3.1
rpmfile-unix
rpmfile-unix.0.3.1
+38
packages/rpmfile-cli/rpmfile-cli.0.3.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "CLI utility for reading RPM package information (like rpm -qi)"
+
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"}
+
"eio_main" {>= "1.1"}
+
"rpmfile-eio"
+
"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.3.1.tar.gz"
+
checksum: [
+
"md5=355d4f9633290f3e5ceb1e9bb099dce9"
+
"sha512=5d39fa3febac8d5833d00dc373a510c552c5e6c1149f468d713302d2f828d9427f82851262eaebd63fae16866ab3c1b7f563a4f77b93a26f59f6d9d6cb3a1a8a"
+
]
+
}
+40
packages/rpmfile-eio/rpmfile-eio.0.3.1/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.3.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.3.1.tar.gz"
+
checksum: [
+
"md5=355d4f9633290f3e5ceb1e9bb099dce9"
+
"sha512=5d39fa3febac8d5833d00dc373a510c552c5e6c1149f468d713302d2f828d9427f82851262eaebd63fae16866ab3c1b7f563a4f77b93a26f59f6d9d6cb3a1a8a"
+
]
+
}
+40
packages/rpmfile-unix/rpmfile-unix.0.3.1/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"}
+
"angstrom-unix" {>= "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.3.1.tar.gz"
+
checksum: [
+
"md5=355d4f9633290f3e5ceb1e9bb099dce9"
+
"sha512=5d39fa3febac8d5833d00dc373a510c552c5e6c1149f468d713302d2f828d9427f82851262eaebd63fae16866ab3c1b7f563a4f77b93a26f59f6d9d6cb3a1a8a"
+
]
+
}
+36
packages/rpmfile/rpmfile.0.3.1/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.3.1.tar.gz"
+
checksum: [
+
"md5=355d4f9633290f3e5ceb1e9bb099dce9"
+
"sha512=5d39fa3febac8d5833d00dc373a510c552c5e6c1149f468d713302d2f828d9427f82851262eaebd63fae16866ab3c1b7f563a4f77b93a26f59f6d9d6cb3a1a8a"
+
]
+
}