this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "RPM package metadata reader" 4description: 5 "A library for reading metadata from RPM packages, providing an Angstrom parser and a simple interface for accessing values" 6maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"] 7authors: ["Mikhail Lopatin <dx3mod@bk.ru>"] 8license: "MIT" 9tags: ["rpm" "parser"] 10homepage: "https://github.com/dx3mod/rpmfile" 11bug-reports: "https://github.com/dx3mod/rpmfile/issues" 12depends: [ 13 "ocaml" {> "4.14"} 14 "dune" {>= "3.16"} 15 "angstrom" {>= "0.15"} 16 "alcotest" {with-test} 17 "odoc" {with-doc} 18] 19build: [ 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] 33dev-repo: "git+https://github.com/dx3mod/rpmfile.git" 34url { 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}