public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lambda-term/
Date: Wed,  8 Dec 2021 02:13:10 +0000 (UTC)	[thread overview]
Message-ID: <1638929587.31f3f571b219bd72f64846de765374ef40da1011.xgqt@gentoo> (raw)

commit:     31f3f571b219bd72f64846de765374ef40da1011
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  8 00:04:28 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 02:13:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f3f571

dev-ml/lambda-term: new package; add version 3.1.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/lambda-term/Manifest                 |  1 +
 dev-ml/lambda-term/lambda-term-3.1.0.ebuild | 25 +++++++++++++++++++++++++
 dev-ml/lambda-term/metadata.xml             | 22 ++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-ml/lambda-term/Manifest b/dev-ml/lambda-term/Manifest
new file mode 100644
index 000000000000..76e14c786369
--- /dev/null
+++ b/dev-ml/lambda-term/Manifest
@@ -0,0 +1 @@
+DIST lambda-term-3.1.0.tar.gz 144714 BLAKE2B a84af472834f33ce0a88b0e21f13db66e5b28576a959c0c2e173da045d4c408c183c9eb9664678de7574b840bd129284e406af3d7392ceb0b8be3e53973214bd SHA512 b1601749214747504a248392ec81ce20f4cd44bddbf14424e40725e6d506d925320fc7ef7f4ce58e876769d858c5e3882664e27ca33a9dc74d29a4a22ed0d705

diff --git a/dev-ml/lambda-term/lambda-term-3.1.0.ebuild b/dev-ml/lambda-term/lambda-term-3.1.0.ebuild
new file mode 100644
index 000000000000..82fa0daf8691
--- /dev/null
+++ b/dev-ml/lambda-term/lambda-term-3.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Terminal manipulation library for OCaml"
+HOMEPAGE="https://github.com/ocaml-community/lambda-term"
+SRC_URI="https://github.com/ocaml-community/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+	dev-ml/camomile:=
+	dev-ml/lwt:=
+	dev-ml/lwt_log:=
+	dev-ml/mew_vi:=
+	dev-ml/react:=
+	dev-ml/zed:=
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ml/lambda-term/metadata.xml b/dev-ml/lambda-term/metadata.xml
new file mode 100644
index 000000000000..756229c7addd
--- /dev/null
+++ b/dev-ml/lambda-term/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ml@gentoo.org</email>
+    <name>ML</name>
+  </maintainer>
+  <longdescription>
+    Lambda-term is a cross-platform library for manipulating the terminal.
+    It provides an abstraction for keys, mouse events, colors, as well as a set
+    of widgets to write curses-like applications. The main objective of
+    lambda-term is to provide a higher level functional interface to terminal
+    manipulation than, for example, ncurses, by providing a native OCaml
+    interface instead of bindings to a C library. Lambda-term integrates with
+    zed to provide text edition facilities in console applications.
+  </longdescription>
+  <upstream>
+    <bugs-to>https://github.com/ocaml-community/lambda-term/issues/</bugs-to>
+    <remote-id type="github">ocaml-community/lambda-term</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2021-12-08  2:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-08  2:13 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-02 13:17 [gentoo-commits] repo/gentoo:master commit in: dev-ml/lambda-term/ Alfredo Tupone
2023-01-13 12:31 Maciej Barć
2023-01-13  2:30 Maciej Barć
2022-09-09 13:02 Alfredo Tupone
2017-09-22  8:32 Alexis Ballier
2017-04-20 17:02 Alexis Ballier
2016-10-10 11:43 Alexis Ballier
2016-10-10 11:40 Alexis Ballier
2016-08-16 10:46 Alexis Ballier
2016-04-09 19:15 Alexis Ballier
2016-02-07 16:14 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1638929587.31f3f571b219bd72f64846de765374ef40da1011.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox