[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64249] [PATCH 7/9] gnu: Add ocaml-ppx-import.
From: |
ds-ac |
Subject: |
[bug#64249] [PATCH 7/9] gnu: Add ocaml-ppx-import. |
Date: |
Sun, 24 Dec 2023 17:43:42 +0100 |
From: Arnaud DABY-SEESARAM <ds-ac@nanein.fr>
* gnu/packages/ocaml.scm (ocaml-ppx-import): New variable.
Change-Id: Ie9619653f2b3ecc4458394709e37c4a433f875dd
---
gnu/packages/ocaml.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7f80052c079..f21285171c3 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6940,6 +6940,28 @@ (define-public ocaml-ppx-deriving-yaml
"Deriving conversion functions to and from yaml for your OCaml types.")
(license license:isc)))
+(define-public ocaml-ppx-import
+ (package
+ (name "ocaml-ppx-import")
+ (version "1.9.1")
+ (home-page "https://github.com/ocaml-ppx/ppx_import")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append home-page "/archive/refs/tags/" version ".tar.gz"))
+ (sha256
+ (base32 "1yj2gjhnasarcsk8s0i8njww4rs6ny3nr246psxdilsm5g8yraps"))))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-ppx-deriving ocaml-ppxlib
+ ocaml-ppx-sexp-conv))
+ (native-inputs (list ocaml-ounit ocaml-sexplib0))
+ (properties `((upstream-name . "ppx_import")))
+ (synopsis "Extension for importing declarations from interface files.")
+ (description
+ "ppx_import is a syntax extension for importing declarations from
+ interface files.")
+ (license license:expat)))
+
(define-public ocaml-cinaps
;; The commit removes the unused dependency of ocaml-ppx-jane. We need to
;; use this as we would otherwise have a dependency loop between
--
2.41.0
- [bug#64249] OCaml-related updates, Arnaud Daby-Seesaram, 2023/12/24
- [bug#64249] OCaml-related updates, Julien Lepiller, 2023/12/24
- [bug#64249] [PATCH 2/9] gnu: Add ocaml-ppx-deriving-yojson., ds-ac, 2023/12/24
- [bug#64249] [PATCH 4/9] gnu: Add ocaml-junit-alcotest, ds-ac, 2023/12/24
- [bug#64249] [PATCH 9/9] gnu: update frama-c to 27.1-Cobalt., ds-ac, 2023/12/24
- [bug#64249] [PATCH 7/9] gnu: Add ocaml-ppx-import.,
ds-ac <=
- [bug#64249] [PATCH 0/9] Fix frama-c, ds-ac, 2023/12/24
- [bug#64249] [PATCH 5/9] gnu: Add ocaml-yaml, ds-ac, 2023/12/24
- [bug#64249] [PATCH 8/9] gnu: Add ocaml-dune-site., ds-ac, 2023/12/24
- [bug#64249] [PATCH 6/9] gnu: Add ocaml-ppx-deriving-yaml., ds-ac, 2023/12/24
- [bug#64249] [PATCH 3/9] gnu: Add ocaml-junit, ds-ac, 2023/12/24
- [bug#64249] [PATCH 1/9] gnu: why3: Update to 1.6.0., ds-ac, 2023/12/24