this repo has no description
1opam-version: "2.0" 2authors: "Vincent Bernardoff <vb@luminar.eu.org>" 3maintainer: "Vincent Bernardoff <vb@luminar.eu.org>" 4homepage: "https://github.com/vbmithr/ocaml-prometheus" 5bug-reports: "https://github.com/vbmithr/ocaml-prometheus/issues" 6dev-repo: "git+https://github.com/vbmithr/ocaml-prometheus" 7doc: "https://vbmithr.github.io/ocaml-prometheus/doc" 8build: [ "dune" "build" "-j" jobs "-p" name ] 9run-test: [ "dune" "runtest" "-j" jobs "-p" name ] 10depends: [ 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "1.11.4"} 13 "fmt" {>= "0.8.8"} 14 "ptime" {>= "0.8.5"} 15 "containers" {>= "3.0"} 16 "alcotest" {with-test & >= "1.0.1"} 17] 18synopsis: "Types and pretty printer for Prometheus text-based exposition format" 19description: """Prometheus is an open-source systems 20monitoring and alerting toolkit originally built at SoundCloud.""" 21x-commit-hash: "cad4a608fcd56a5c784a7408b16dad5b9809ab09" 22url { 23 src: 24 "https://github.com/vbmithr/ocaml-prometheus/releases/download/0.3/prom-0.3.tbz" 25 checksum: [ 26 "sha256=ab2790fed9bf4cd5e8410a498cf92538975c7cb86959db560138296791579b2b" 27 "sha512=d28689793eb7d146a854d7d1cb692ffcadd6f8170f05b6f8c6ee7b14250d999ffa186f55b20f78eb01df26471f7cd7961566ee685f4a6be40d666e73fae3df9a" 28 ] 29}