···11+opam-version: "2.0"
22+synopsis:
33+ "A lightweight library for dispatching and handling events, with a focus on metrics and instrumentation"
44+description: """
55+Telemetry is a lightweight library for dynamic dispatching of events, with a
66+focus on metrics and instrumentation. Any OCaml library can use telemetry to
77+emit events, then application code and other libraries can then hook into those
88+events and run custom handlers."""
99+maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
1010+authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
1111+license: "MIT"
1212+tags: ["topics" "telemetry" "events" "metrics" "instrumentation"]
1313+homepage: "https://github.com/leostera/telemetry"
1414+bug-reports: "https://github.com/leostera/telemetry/issues"
1515+depends: [
1616+ "ocaml" {>= "4.12.0"}
1717+ "dune" {>= "3.10"}
1818+ "odoc" {with-doc}
1919+]
2020+build: [
2121+ ["dune" "subst"] {dev}
2222+ [
2323+ "dune"
2424+ "build"
2525+ "-p"
2626+ name
2727+ "-j"
2828+ jobs
2929+ "@install"
3030+ "@runtest" {with-test}
3131+ "@doc" {with-doc}
3232+ ]
3333+]
3434+dev-repo: "git+https://github.com/leostera/telemetry.git"
3535+url {
3636+ src:
3737+ "https://github.com/leostera/telemetry/releases/download/0.0.1/telemetry-0.0.1.tbz"
3838+ checksum: [
3939+ "sha256=6047fbcc2fc5db3241b5035fc89d8ece72a6a05a3532cf4ed96822385921a76f"
4040+ "sha512=6cef9fdb2f7160051d77ca1a2d89c123f8f107b0c3f5e9b66feaefe630a7efe7be65e8e25f18906182ee922a1f8b1582c37ba432492a41450a70289ace2e7988"
4141+ ]
4242+}
4343+x-commit-hash: "ede1ca2a362b3795f7bf85590abf58792175851d"