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" {>= "2.8"}
16 "alcotest" {with-test & >= "0.8.5"}
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.1/prom-0.1.tbz"
24 checksum: [
25 "sha256=f3a3c0e0ee92a39d9d7a60b50ff0009009d8826067de0a5c4582ab358ed29be5"
26 "sha512=bde34ede66898a10fb4bf89b9cf536167f3453c80d1c91344167cf855aedf525eee57a01f3694fd0701bda4c107f0906a8f6be200c0b60898a5b41b4040c4ac4"
27 ]
28}