# 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"} "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.tar.gz" checksum: [ "md5=3cb6a60280cc72dcaed5aa8172c0c89e" "sha512=8a8c86f4c23e47098108cc70bb3c2c6aa05fa6560221426ab7ea6e6f3722a9fe851085b5bd53cf829707bc1898f4f1929ae0cd33735c4bc3102ded49302ee98d" ] }