opam-version: "2.0"
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
homepage: "https://github.com/vbmithr/ocaml-prometheus"
bug-reports: "https://github.com/vbmithr/ocaml-prometheus/issues"
dev-repo: "git+https://github.com/vbmithr/ocaml-prometheus"
doc: "https://vbmithr.github.io/ocaml-prometheus/doc"
build: [ "dune" "build" "-j" jobs "-p" name ]
run-test: [ "dune" "runtest" "-j" jobs "-p" name ]
depends: [
  "ocaml" {>= "4.08.0"}
  "dune" {>= "1.11.4"}
  "fmt" {>= "0.8.8"}
  "ptime" {>= "0.8.5"}
  "containers" {>= "2.8"}
  "alcotest" {with-test & >= "0.8.5"}
]
synopsis: "Types and pretty printer for Prometheus text-based exposition format"
description: """Prometheus is an open-source systems
monitoring and alerting toolkit originally built at SoundCloud."""
url {
  src:
    "https://github.com/vbmithr/ocaml-prometheus/releases/download/0.1/prom-0.1.tbz"
  checksum: [
    "sha256=f3a3c0e0ee92a39d9d7a60b50ff0009009d8826067de0a5c4582ab358ed29be5"
    "sha512=bde34ede66898a10fb4bf89b9cf536167f3453c80d1c91344167cf855aedf525eee57a01f3694fd0701bda4c107f0906a8f6be200c0b60898a5b41b4040c4ac4"
  ]
}
