dev-ml/atd - 2.15.0 (gentoo)

Search

Package Information

Description:
Static types for JSON APIs
Homepage:
https://github.com/ahrefs/atd/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.15.0 8 ~amd64 0/2.15.0
View Raw Ebuild
# 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/cmdliner-1.1.1:=
	>=dev-ml/yojson-2.0.2:=
	dev-ml/biniou:=
	dev-ml/easy-format:=
	dev-ml/menhir:=
	dev-ml/re:=
"
DEPEND="${RDEPEND}"

src_install() {
	dune-install atd                            \
				 atdgen                         \
				 atdgen-codec-runtime           \
				 atdgen-runtime                 \
				 atdj                           \
				 atdpy                          \
				 atds                           \
				 atdts

	dodoc CHANGES.md CONTRIBUTING.md README.md
}

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

	>=dev-ml/cmdliner-1.1.1:=
	>=dev-ml/yojson-2.0.2:=
	dev-ml/biniou:=
	dev-ml/easy-format:=
	dev-ml/menhir:=
	dev-ml/re:=

RDEPEND

	>=dev-ml/cmdliner-1.1.1:=
	>=dev-ml/yojson-2.0.2:=
	dev-ml/biniou:=
	dev-ml/easy-format:=
	dev-ml/menhir:=
	dev-ml/re:=

Manifest for 2.15.0

Type File Size Source URLs
DIST atd-2.15.0.tar.gz 3352231 bytes https://github.com/ahrefs/atd/archive/2.15.0.tar.gz