mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
33 lines
776 B
Text
33 lines
776 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "Collector client for opentelemetry, using http + ocurl"
|
|
maintainer: ["the Imandra team"]
|
|
authors: ["the Imandra team"]
|
|
license: "MIT"
|
|
homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry"
|
|
bug-reports:
|
|
"https://github.com/aestheticintegration/ocaml-opentelemetry/issues"
|
|
depends: [
|
|
"ocaml" {>= "4.08"}
|
|
"dune" {>= "2.3"}
|
|
"opentelemetry" {= version}
|
|
"ocaml-protoc" {>= "2.1"}
|
|
"odoc" {with-doc}
|
|
"ocurl"
|
|
]
|
|
build: [
|
|
["dune" "subst"] {pinned}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo:
|
|
"git+https://github.com/aestheticintegration/ocaml-opentelemetry.git"
|