this repo has no description
0
fork

Configure Feed

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

Merge pull request #26254 from dx3mod/opam-publish-rpmfile.0.1.0

Package rpmfile.0.1.0

authored by

Raphaël Proust and committed by
GitHub
2e90fc72 fd501405

+40
+40
packages/rpmfile/rpmfile.0.1.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 + description: 5 + "A library for reading metadata from RPM packages, providing an Angstrom parser and a simple interface for accessing values" 6 + maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"] 7 + authors: ["Mikhail Lopatin <dx3mod@bk.ru>"] 8 + license: "MIT" 9 + tags: ["rpm" "parser"] 10 + homepage: "https://github.com/dx3mod/rpmfile" 11 + bug-reports: "https://github.com/dx3mod/rpmfile/issues" 12 + depends: [ 13 + "ocaml" {> "4.14"} 14 + "dune" {>= "3.16"} 15 + "angstrom" {>= "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.1.1.tar.gz" 36 + checksum: [ 37 + "md5=74b751e2ef6a18df3c0ff439b4299026" 38 + "sha512=67b367bc1f0d549b5c1e6aea66ec15d8983f365ca8f29d280eca0da94aa81939792f9d1ec852526afac31b7f3f67418a5f2e570bf741564891c8bd1525192733" 39 + ] 40 + }