[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/54: gnu: Add ocaml-ppx-disable-unused-warnings.
From: |
guix-commits |
Subject: |
32/54: gnu: Add ocaml-ppx-disable-unused-warnings. |
Date: |
Sun, 1 May 2022 07:16:06 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 564a31006591eacbaceb3b7ec07de4a19256c86f
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 1 08:04:32 2022 +0200
gnu: Add ocaml-ppx-disable-unused-warnings.
* gnu/packages/ocaml.scm (ocaml-ppx-disable-unused-warnings): New
variable.
---
gnu/packages/ocaml.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 227bdc7e1b..bb354e78b4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6637,6 +6637,30 @@ PPXs or compiler features not yet upstreamed.")
nodes for lazily rendering log messages.")
(license license:expat)))
+(define-public ocaml-ppx-disable-unused-warnings
+ (package
+ (name "ocaml-ppx-disable-unused-warnings")
+ (version "0.15.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://github.com/janestreet/ppx_disable_unused_warnings")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0sb5i4v7p9df2bxk66rjs30k9fqdrwsq1jgykjv6wyrx2d9bv955"))))
+ (build-system dune-build-system)
+ (arguments
+ `(#:test-target "tests"))
+ (propagated-inputs (list ocaml-base ocaml-ppxlib))
+ (properties `((upstream-name . "ppx_disable_unused_warnings")))
+ (home-page "https://github.com/janestreet/ppx_disable_unused_warnings")
+ (synopsis "Simple ppx extension for commonly unused warnings")
+ (description "This package expands @code{@@disable_unused_warnings} into
+@code{@@warning \"-20-26-32-33-34-35-36-37-38-39-60-66-67\"}")
+ (license license:expat)))
+
(define-public ocaml-ppx-jane
(package
(name "ocaml-ppx-jane")
- 10/54: gnu: ocaml-time-now: Update to 0.15.0., (continued)
- 10/54: gnu: ocaml-time-now: Update to 0.15.0., guix-commits, 2022/05/01
- 11/54: gnu: ocaml-markup: Update to 1.0.3., guix-commits, 2022/05/01
- 12/54: gnu: ocaml-bigstringaf: Update to 0.9.0., guix-commits, 2022/05/01
- 13/54: gnu: ocaml-splittable-random: Update to 0.15.0., guix-commits, 2022/05/01
- 15/54: gnu: ocaml-fieldslib: Update to 0.15.0., guix-commits, 2022/05/01
- 18/54: gnu: ocaml-bisect-ppx: Update to 2.8.1., guix-commits, 2022/05/01
- 21/54: gnu: ocaml-ppx-let: Update to 0.15.0., guix-commits, 2022/05/01
- 23/54: gnu: ocaml-ppx-custom-printf: Update to 0.15.0., guix-commits, 2022/05/01
- 27/54: gnu: ocaml-integers: Update to 0.7.0., guix-commits, 2022/05/01
- 30/54: gnu: Add ocaml-ppx-ignore-instrumentation., guix-commits, 2022/05/01
- 32/54: gnu: Add ocaml-ppx-disable-unused-warnings.,
guix-commits <=
- 44/54: gnu: ocaml-jane-street-headers: Update to 0.15.0., guix-commits, 2022/05/01
- 48/54: gnu: ocaml-jst-config: Update to 0.15.1., guix-commits, 2022/05/01
- 50/54: gnu: ocaml-ppx-hash: Update to 0.15.0., guix-commits, 2022/05/01
- 52/54: gnu: ocaml-ppx-fields-conv: Update to 0.15.0., guix-commits, 2022/05/01
- 34/54: gnu: ocaml-ppx-bin-prot: Update to 0.15.0., guix-commits, 2022/05/01
- 36/54: gnu: ocaml-ppx-optcomp: Update to 0.15.0., guix-commits, 2022/05/01
- 38/54: gnu: ocaml-easy-format: Update to 1.3.3., guix-commits, 2022/05/01
- 41/54: gnu: ocaml-ppxlib: Update to 0.25.0., guix-commits, 2022/05/01
- 43/54: gnu: ocaml-base-bigstring: Update to 0.15.0., guix-commits, 2022/05/01
- 46/54: gnu: ocaml-ppx-base: Update to 0.15.0., guix-commits, 2022/05/01