[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: Add ocaml-mew.
From: |
guix-commits |
Subject: |
02/07: gnu: Add ocaml-mew. |
Date: |
Tue, 23 Nov 2021 20:14:14 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit ddea3012367961204726c0f08fd6c95111f58c4d
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Mon Nov 22 18:36:57 2021 +0100
gnu: Add ocaml-mew.
* gnu/packages/ocaml.scm (ocaml-mew): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
gnu/packages/ocaml.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5e19557..427ee2c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7457,6 +7457,32 @@ these missing pieces.")
OCaml.")
(license license:expat)))
+(define-public ocaml-mew
+ (package
+ (name "ocaml-mew")
+ (version "0.1.0")
+ (home-page "https://github.com/kandu/mew";)
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0417xsghj92v3xa5q4dk4nzf2r4mylrx2fd18i7cg3nzja65nia2"))))
+ (build-system dune-build-system)
+ (propagated-inputs
+ `(("ocaml-result" ,ocaml-result)
+ ("ocaml-trie" ,ocaml-trie)))
+ (native-inputs
+ `(("ocaml-ppx-expect" ,ocaml-ppx-expect)))
+ (synopsis "General modal editing engine generator")
+ (description
+ "This package provides the core modules of Modal Editing Witch, a general
+modal editing engine generator.")
+ (license license:expat)))
+
(define-public ocaml-syntax-shims
(package
(name "ocaml-syntax-shims")
- branch master updated (d48b404 -> 8365b4a), guix-commits, 2021/11/23
- 01/07: gnu: Add ocaml-trie., guix-commits, 2021/11/23
- 02/07: gnu: Add ocaml-mew.,
guix-commits <=
- 03/07: gnu: Add ocaml-mew-vi., guix-commits, 2021/11/23
- 04/07: gnu: ocaml-charinfo-width: Fix source to get 'LICENSE' file., guix-commits, 2021/11/23
- 06/07: gnu: Add ocaml-lambda-term., guix-commits, 2021/11/23
- 07/07: gnu: Add ocaml-utop., guix-commits, 2021/11/23
- 05/07: gnu: Add ocaml-zed., guix-commits, 2021/11/23