this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "CLI utility for reading RPM package information (like rpm -qi)" 4maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"] 5authors: ["Mikhail Lopatin <dx3mod@bk.ru>"] 6license: "MIT" 7tags: ["rpm" "parser" "rpmfile"] 8homepage: "https://github.com/dx3mod/rpmfile" 9bug-reports: "https://github.com/dx3mod/rpmfile/issues" 10depends: [ 11 "ocaml" {> "5.1"} 12 "dune" {>= "3.16"} 13 "eio_main" {>= "1.1"} 14 "rpmfile-eio" {>= "0.4.0"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/dx3mod/rpmfile.git" 32url { 33 src: "https://github.com/dx3mod/rpmfile/archive/refs/tags/0.4.tar.gz" 34 checksum: [ 35 "md5=3395b5a612e6a4b05172f048a22a8620" 36 "sha512=91bf570efd1a410e6e0e4a5a3d47f5fab401711ddc3bb451e54f729c074e0ce414bcaf29034c08b1e9fcc46ca54ecfd12acc756916b61752f454999d89c4302a" 37 ] 38}