Skip to content

Commit

Permalink
dev-ml/ppx_ignore_instrumentation: add to tree
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Apr 25, 2022
1 parent d4acc6e commit 9d70a97
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/ppx_ignore_instrumentation/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST ppx_ignore_instrumentation-0.15.0.tar.gz 3679 BLAKE2B 3537d4336a2299e277fcf1e58690233a9e1ecd94c80d144376bef90b45b3c2c94a8eaf5e5ba2b90b12d8f4e3afc257461c4732a2fadba8aa91c7f35ff036fb0f SHA512 ec411cb7a191fcb36f9a29f8ff3839db6f4031e30fa3444896a07235950ca04562a701b3bc7bc5df95e3ff82cfe8996be75bd5dce4bcce8a491898df1bffc50d
11 changes: 11 additions & 0 deletions dev-ml/ppx_ignore_instrumentation/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>ML</name>
</maintainer>
<upstream>
<remote-id type="github">janestreet/ppx_ignore_instrumentation</remote-id>
</upstream>
</pkgmetadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit dune

DESCRIPTION="Ignore Jane Street specific instrumentation extensions"
HOMEPAGE="https://github.com/janestreet/ppx_ignore_instrumentation"
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64"
IUSE="+ocamlopt"

DEPEND=">=dev-ml/ppxlib-0.23.0"
RDEPEND="${DEPEND}"
BDEPEND=""

0 comments on commit 9d70a97

Please sign in to comment.