diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2023-04-17 15:33:15 +0200 |
---|---|---|
committer | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2023-04-17 15:36:30 +0200 |
commit | a1dfb8a444fb44331699fa3a4e00954067b8f8e2 (patch) | |
tree | e6c9d5fcc9d69d4a9741fd9d5a4908d1976e986b | |
parent | aba9f8a77c58d314f9fa68f7f67900985f3b5d43 (diff) |
dev-ml/ocaml-tsort: new package, add 2.1.0
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
-rw-r--r-- | dev-ml/ocaml-tsort/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-tsort/ocaml-tsort-2.1.0.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-ml/ocaml-tsort/Manifest b/dev-ml/ocaml-tsort/Manifest new file mode 100644 index 0000000..6fda4aa --- /dev/null +++ b/dev-ml/ocaml-tsort/Manifest @@ -0,0 +1 @@ +DIST 2.1.0.tar.gz 8981 BLAKE2B f919057504cabada48b484aa0d6bf6831faf7c026d06b327c3f5f9b4292099dbb3a6ce532e8cb47c591f84cec51e0469ba861e7f64145b273d05ad52512eea46 SHA512 cf0a6295eed3ca29dbedb1b32c736b37e98587d5420d2f6443b70ca3c50c8d75c508a245d243a3f28bfe9c250abc3a37d4f461b187d2459670eae4cb088514aa diff --git a/dev-ml/ocaml-tsort/ocaml-tsort-2.1.0.ebuild b/dev-ml/ocaml-tsort/ocaml-tsort-2.1.0.ebuild new file mode 100644 index 0000000..942691a --- /dev/null +++ b/dev-ml/ocaml-tsort/ocaml-tsort-2.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DUNE_PKG_NAME=tsort +inherit dune + +DESCRIPTION="Easy to use and user-friendly topological sort" +HOMEPAGE="https://github.com/dmbaturin/ocaml-tsort" +SRC_URI="https://github.com/dmbaturin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+ocamlopt" |