diff options
Diffstat (limited to 'dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild')
-rw-r--r-- | dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild b/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild deleted file mode 100644 index d16dc48ab..000000000 --- a/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="S-expression pretty-printer" -HOMEPAGE="https://github.com/janestreet/sexp_pretty" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="ocamlopt" - -RDEPEND=" - dev-ml/base - dev-ml/ppx_base - dev-ml/sexplib - dev-ml/re -" -DEPEND="${RDEPEND}" |