# 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 "] authors: ["Mikhail Lopatin "] 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" ] }