Install this version:
emerge -a =dev-ml/atd-2.16.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/atd-2.16.0
Or alternatively:
emerge --autounmask-write -a =dev-ml/atd-2.16.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.16.0 | 8 | ~amd64 | 0/2.16.0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Static types for JSON APIs"
HOMEPAGE="https://github.com/ahrefs/atd/"
SRC_URI="https://github.com/ahrefs/atd/archive/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
RESTRICT="test"
RDEPEND="
dev-ml/biniou:=
dev-ml/cmdliner:=
dev-ml/easy-format:=
dev-ml/menhir:=
dev-ml/re:=
dev-ml/yojson:=
"
DEPEND="
${RDEPEND}
"
DUNE_PACKAGES=(
atd
atdgen
atdgen-codec-runtime
atdgen-runtime
atdj
atdpy
atds
atdts
)
src_compile() {
dune-compile "${DUNE_PACKAGES[@]}"
}
src_test() {
nonfatal dune_src_test
}
src_install() {
dune-install "${DUNE_PACKAGES[@]}"
einstalldocs
}
Manage flags for this package:
euse -i <flag> -p dev-ml/atd |
euse -E <flag> -p dev-ml/atd |
euse -D <flag> -p dev-ml/atd
dev-ml/biniou:= dev-ml/cmdliner:= dev-ml/easy-format:= dev-ml/menhir:= dev-ml/re:= dev-ml/yojson:=
dev-ml/biniou:= dev-ml/cmdliner:= dev-ml/easy-format:= dev-ml/menhir:= dev-ml/re:= dev-ml/yojson:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | atd-2.16.0.tar.gz | 3387238 bytes | https://github.com/ahrefs/atd/archive/2.16.0.tar.gz |