mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 08:54:27 -04:00
44 lines
1.2 KiB
Text
44 lines
1.2 KiB
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
version: "0.90"
|
|
synopsis:
|
|
"Core library for instrumentation and serialization for https://opentelemetry.io"
|
|
maintainer: ["ocaml-tracing"]
|
|
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
|
|
license: "MIT"
|
|
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
|
|
homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
|
|
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
|
|
depends: [
|
|
"dune" {>= "3.11"}
|
|
"ocaml" {>= "4.08"}
|
|
"ptime"
|
|
"hmap"
|
|
"odoc" {with-doc}
|
|
"alcotest" {with-test}
|
|
"pbrt" {>= "4.0" & < "5.0"}
|
|
"pbrt_yojson" {>= "4.0" & < "5.0"}
|
|
"ambient-context" {>= "0.2"}
|
|
"ocaml-lsp-server" {with-dev-setup}
|
|
"ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
|
|
"mtime" {>= "1.4"}
|
|
]
|
|
depopts: ["atomic" "trace" "thread-local-storage" "lwt" "eio" "picos"]
|
|
conflicts: [
|
|
"trace" {< "0.12"}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"
|