guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/25: gnu: Add tree-sitter-ocaml.


From: guix-commits
Subject: 16/25: gnu: Add tree-sitter-ocaml.
Date: Tue, 14 Feb 2023 08:13:54 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit e38833c5928558e104db9f8f4fba69066bf70018
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 15:57:06 2023 +0400

    gnu: Add tree-sitter-ocaml.
    
    gnu/packages/tree-sitter.scm (tree-sitter-ocaml): New variable.
---
 gnu/packages/tree-sitter.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index f7282dd9a7..e9b76733a7 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -358,3 +358,10 @@ will be used in description and synopsis."
    "julia" "Julia"
    "1pbnmvhy2gq4vg1b0sjzmjm4s2gsgdjh7h01yj8qrrqbcl29c463"
    "0.19.0"))
+
+(define-public tree-sitter-ocaml
+  (tree-sitter-grammar
+   "ocaml" "OCaml (.ml and .mli)"
+   "021vnbpzzb4cca3ncd4qhzy583vynhndn3qhwayxrpgdl61m44i6"
+   "0.20.1"
+   #:grammar-directories '("ocaml" "interface")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]