gentoo-ebuilds/dev-ml/ppx_derivers/ppx_derivers-1.2.1.ebuild
Yongxiang Liang c6454fcf04
dev-ml/ppx_derivers: Keyword 1.2.1 riscv, #835392
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-04-18 23:05:19 +02:00

15 lines
404 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit dune
DESCRIPTION="Shared [@@deriving] plugin registry"
HOMEPAGE="https://github.com/diml/ppx_derivers"
SRC_URI="https://github.com/diml/ppx_derivers/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"