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.07.0"} 12 "dune" {>= "1.11.4"} 13 "fmt" {>= "0.8.8"} 14 "ptime" {>= "0.8.5"} 15 "containers" {>= "2.8" & < "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.""" 21url { 22 src: 23 "https://github.com/vbmithr/ocaml-prometheus/releases/download/0.2/prom-0.2.tbz" 24 checksum: [ 25 "sha256=c322e9a628ecd817509d4d92e0567f51b7deba9a83324188e48b088528e193c1" 26 "sha512=75f1228ec70ae7fda5ca1c54f8676b28a06665c97a672a4d74e1b5bcedc1a76626384553ef654bccfc2c8fdc2e19db0d67a9112088e8475660d77e06a528ff4f" 27 ] 28}