mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
dev-ml/ocaml-syntax-shims: new package, add 1.0.0
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
parent
47282fd010
commit
64593c3c7a
1
dev-ml/ocaml-syntax-shims/Manifest
Normal file
1
dev-ml/ocaml-syntax-shims/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST ocaml-syntax-shims-1.0.0.tar.gz 5806 BLAKE2B b5dc2795a4b28283b24e608ef74566a184caf1f20d2d5c75a77a5050b509f0235a7ada03e112b112e985b7a49dd8000cfafd0bba42d454ae1b2fb97254f9008a SHA512 fa3ba304f1fcc751d41d45687b57e8c5511bbc1b644ea14807f884cf2c6c5275c324ec5f9f55b02b56195af803b2bce7f07afea408fb36f9a6d5d9b85edf6719
|
13
dev-ml/ocaml-syntax-shims/metadata.xml
Normal file
13
dev-ml/ocaml-syntax-shims/metadata.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tokusan441@gmail.com</email>
|
||||
<name>Hiroki Tokunaga</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">This package provides a small utility that backports some of the newer OCaml syntax to older OCaml compilers. This allows adopting new features such as let+ while still keeping compatibility with older OCaml compiler.</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/ocaml-ppx/ocaml-syntax-shims/issues</bugs-to>
|
||||
<remote-id type="github">ocaml-ppx/ocaml-syntax-shims</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
19
dev-ml/ocaml-syntax-shims/ocaml-syntax-shims-1.0.0.ebuild
Normal file
19
dev-ml/ocaml-syntax-shims/ocaml-syntax-shims-1.0.0.ebuild
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Backport new syntax to older compilers"
|
||||
HOMEPAGE="https://github.com/ocaml-ppx/ocaml-syntax-shims"
|
||||
SRC_URI="https://github.com/ocaml-ppx/ocaml-syntax-shims/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
Loading…
x
Reference in New Issue
Block a user