dev-ml/opentelemetry - 20251119 (nest)

Search

Install

Install this version:

emerge -a =dev-ml/opentelemetry-20251119

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/opentelemetry-20251119

Or alternatively:

emerge --autounmask-write -a =dev-ml/opentelemetry-20251119

Package Information

Description:
Instrumentation and serialization for opentelemetry
Homepage:
https://github.com/ocaml-tracing/ocaml-opentelemetry
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
20251119 8 ~amd64 0/20251119
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DUNE_PKG_NAME="opentelemetry opentelemetry-client-cohttp-eio
	opentelemetry-client-cohttp-lwt opentelemetry-client-ocurl
	opentelemetry-cohttp-lwt opentelemetry-logs opentelemetry-lwt"

inherit dune

COMMIT="e31f5f6aba3884e614e79a06dc4e0d4e8b1ee494"
MY_PN="ocaml-${PN}"

DESCRIPTION="Instrumentation and serialization for opentelemetry"
HOMEPAGE="https://github.com/ocaml-tracing/ocaml-opentelemetry"
SRC_URI="https://github.com/ocaml-tracing/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="dev-ml/ca-certs:0=[ocamlopt?]
	dev-ml/cohttp:0=[ocamlopt?]
	dev-ml/eio:0=[ocamlopt?]
	dev-ml/ezcurl:0=[ocamlopt?]
	dev-ml/hmap
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/mirage-crypto:0=[ocamlopt?]
	dev-ml/mtime:0=
	dev-ml/ocurl:0=[ocamlopt?]
	dev-ml/protoc:0=[ocamlopt?]
	dev-ml/ptime:0=[ocamlopt?]
	dev-ml/thread-local-storage:0=[ocamlopt?]
	dev-ml/tls:0=[ocamlopt?]"
BDEPEND="test? ( dev-ml/alcotest
		dev-ml/containers )"

src_prepare() {
	default

	sed -i '/atomic/d' src/ambient-context/dune \
		|| die "sed failed for dune"
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/opentelemetry | euse -E <flag> -p dev-ml/opentelemetry | euse -D <flag> -p dev-ml/opentelemetry

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

dev-ml/ca-certs:0=[ocamlopt?]
	dev-ml/cohttp:0=[ocamlopt?]
	dev-ml/eio:0=[ocamlopt?]
	dev-ml/ezcurl:0=[ocamlopt?]
	dev-ml/hmap
	dev-ml/logs:0=[ocamlopt?]
	dev-ml/lwt:0=[ocamlopt?]
	dev-ml/mirage-crypto:0=[ocamlopt?]
	dev-ml/mtime:0=
	dev-ml/ocurl:0=[ocamlopt?]
	dev-ml/protoc:0=[ocamlopt?]
	dev-ml/ptime:0=[ocamlopt?]
	dev-ml/thread-local-storage:0=[ocamlopt?]
	dev-ml/tls:0=[ocamlopt?]

BDEPEND

test? ( dev-ml/alcotest
		dev-ml/containers )

Manifest for 20251119

Type File Size Source URLs
DIST opentelemetry-20251119.tar.gz 93087 bytes https://github.com/ocaml-tracing/ocaml-opentelemetry/archive/e31f5f6aba3884e614e79a06dc4e0d4e8b1ee494.tar.gz