forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST core-0.9.1.tar.gz 735006 SHA256 a8d34b76afd8ad5ac525471e7f01d4291203a4b83b9e3051314af13cb169a3ba SHA512 2d4a7ff753cb0415cc6a957fff53037aad65053d3c3531070663b4bcf4462982c811a586a39ea3a223aca02cae9212c300b6788266ac60213437dc99ecc0a29a WHIRLPOOL c6e6a9f2e9f29ad04b5850706f116ae23d2cb26550dc1113653c0c857f9f183a9dc6644121aeff2526ef7fd48a4fadc7b8407d615fe3395cf0f526891aaa6699 | ||
DIST core-0.9.2.tar.gz 735027 SHA256 6549b3312f68c84049d3389747406cf41d9c66148b7dc3e2af8563985d2b95df SHA512 8cef59c353ff6f98b11bb007b99a583b64ee23f960a0de6559866c8ab59a58dd3ca4dae16275c87b780494b64ced7aaa24db8f9a6e6d309662e9d9206f04e335 WHIRLPOOL 18df0d7956bd18ac6afb91e9ae60db54937d35083fd48950ef142d0f137ea64adfe8d9241cfae30850afa1baaf26c4d9275748c6ed820e4ddc36862496bbb246 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
inherit opam | ||
|
||
DESCRIPTION="Jane Street's alternative to the standard library" | ||
HOMEPAGE="https://github.com/janestreet/core" | ||
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="Apache-2.0" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-ml/base:= | ||
dev-ml/configurator:= | ||
dev-ml/core_kernel:= | ||
dev-ml/ppx_assert:= | ||
dev-ml/ppx_driver:= | ||
dev-ml/ppx_jane:= | ||
dev-ml/sexplib:= | ||
dev-ml/spawn:= | ||
dev-ml/stdio:= | ||
dev-ml/ocaml-migrate-parsetree:= | ||
" | ||
DEPEND="${RDEPEND} dev-ml/jbuilder" |