guix-commits
[Top][All Lists]
Advanced

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

56/67: gnu: Remove ocaml4.07-configurator.


From: guix-commits
Subject: 56/67: gnu: Remove ocaml4.07-configurator.
Date: Sat, 30 Dec 2023 16:17:46 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 937cae5bbe46b59c4546d86cd8faaf091d9ec5fd
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:45:12 2023 +0100

    gnu: Remove ocaml4.07-configurator.
    
    * gnu/packages/ocaml.scm (ocaml4.07-configurator): Remove variable.
    
    Change-Id: If30443dcb2004f5248e6dff33c96b14e4d00daa9
---
 gnu/packages/ocaml.scm | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a3c664e62d..7d4f63a7e3 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7416,43 +7416,6 @@ Haskell's Quickcheck library, with support for built-in 
types as well as
 types provided by Base.")
     (license license:expat)))
 
-(define-public ocaml4.07-configurator
-  (package
-    (name "ocaml4.07-configurator")
-    (version "0.11.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://ocaml.janestreet.com/ocaml-core/v";
-                                  (version-major+minor version)
-                                  "/files/configurator-v" version ".tar.gz"))
-              (sha256
-               (base32
-                "0kwgi3sh92v4n242dk5hgpwd85zzgnczgbkqi0q0kr6m93zgbf7p"))))
-    (build-system dune-build-system)
-    (arguments
-     ;; No tests
-     `(#:tests? #f
-       #:ocaml ,ocaml-4.07
-       #:findlib ,ocaml4.07-findlib
-       #:dune ,ocaml4.07-dune))
-    (propagated-inputs
-      `(("ocaml-base" ,(package-with-ocaml4.07 ocaml-base))
-        ("ocaml-stdio" ,(package-with-ocaml4.07 ocaml-stdio))))
-    (home-page "https://github.com/janestreet/configurator";)
-    (synopsis "Helper library for gathering system configuration")
-    (description "Configurator is a small library that helps writing OCaml
-scripts that test features available on the system, in order to generate 
config.h
-files for instance.
-
-Configurator allows one to:
-@itemize
-@item test if a C program compiles
-@item query pkg-config
-@item import #define from OCaml header files
-@item generate config.h file
-@end itemize")
-    (license license:asl2.0)))
-
 (define-public ocaml-spawn
   (package
     (name "ocaml-spawn")



reply via email to

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