emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50024: closed ([PATCH] gnu: Add ocaml-ppx-deriving.)


From: GNU bug Tracking System
Subject: bug#50024: closed ([PATCH] gnu: Add ocaml-ppx-deriving.)
Date: Fri, 08 Oct 2021 11:17:02 +0000

Your message dated Fri, 8 Oct 2021 13:15:52 +0200
with message-id <20211008131552.59f77db3@tachikoma.lepiller.eu>
and subject line Re: [PATCH] gnu: Add ocaml-ppx-deriving.
has caused the debbugs.gnu.org bug report #50024,
regarding [PATCH] gnu: Add ocaml-ppx-deriving.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50024: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50024
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ocaml-ppx-deriving. Date: Thu, 12 Aug 2021 16:04:02 +0200
* gnu/packages/ocaml.scm (ocaml-ppx-deriving): New variable.
---
 gnu/packages/ocaml.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 112751ddec..7cc51a9883 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5012,6 +5012,37 @@ a more consistent API.")
                          
"0pqbp2wy5fgmc38irwvmj9nlcvclb1ix1mp4y7l39bgvvlz303h9"))
      (properties '()))))
 
+(define-public ocaml-ppx-deriving
+  (package
+    (name "ocaml-ppx-deriving")
+    (version "5.2.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ocaml-ppx/ppx_deriving";)
+             (commit (string-append "v" version))))
+       (sha256
+        (base32
+         "1wqcnw4wi6pfjjhixpakckm03dpj990259za432804471a6spm2j"))))
+    (build-system dune-build-system)
+    (arguments
+     `(#:test-target "."))
+    (propagated-inputs
+     `(("ocaml-ppx-derivers" ,ocaml-ppx-derivers)
+       ("ocaml-ppxlib" ,ocaml-ppxlib)
+       ("ocaml-result" ,ocaml-result)))
+    (native-inputs
+     `(("ocaml-cppo" ,ocaml-cppo)
+       ("ocaml-ounit2" ,ocaml-ounit2)))
+    (properties `((upstream-name . "ppx_deriving")))
+    (home-page "https://github.com/ocaml-ppx/ppx_deriving";)
+    (synopsis "Type-driven code generation for OCaml")
+    (description
+     "This OCaml package provides common infrastructure for generating code 
based
+on type definitions, and a set of useful plugins for common tasks.")
+    (license license:expat)))
+
 (define-public ocaml-ppx-derivers
   (package
     (name "ocaml-ppx-derivers")

base-commit: 8221cf834946ed65a12b88f2faf7b26a2d57db3a
-- 
2.32.0





--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: Add ocaml-ppx-deriving. Date: Fri, 8 Oct 2021 13:15:52 +0200
Pushed to master as 989b372a6a0127a9ed285ce8388a4ba0218b097b, thanks!

I added a file name to the sources and changed the description slightly.


--- End Message ---

reply via email to

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