guix-commits
[Top][All Lists]
Advanced

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

17/67: gnu: Remove ocaml4.07-jane-street-headers.


From: guix-commits
Subject: 17/67: gnu: Remove ocaml4.07-jane-street-headers.
Date: Sat, 30 Dec 2023 16:17:40 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit b9dcefa5703144af00eab9723dd2f4865d97d572
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Dec 24 14:21:40 2023 +0100

    gnu: Remove ocaml4.07-jane-street-headers.
    
    * gnu/packages/ocaml.scm (ocaml4.07-jane-street-headers): Remove
    variable.
    (ocaml-jane-street-headers)[properties]: Remove variant.
    
    Change-Id: I4df9b3a74ea8100605bf730848888db4f63c1dc0
---
 gnu/packages/ocaml.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5169877b46..fdb3dabb9c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5566,7 +5566,6 @@ recommend using this package directly.")
       "1r27r0bxxa0iaah5rm84lwhrmh784vfpmb6056hpv0p34rxs7r1l"))
     (build-system dune-build-system)
     (arguments '(#:tests? #f))           ; no tests
-    (properties `((ocaml4.07-variant . ,(delay 
ocaml4.07-jane-street-headers))))
     (home-page "https://github.com/janestreet/jane-street-headers";)
     (synopsis "Jane Street C header files")
     (description "C header files shared between the various Jane Street
@@ -8040,29 +8039,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-jane-street-headers
-  (package
-    (name "ocaml4.07-jane-street-headers")
-    (version "0.11.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://ocaml.janestreet.com/ocaml-core/v";
-                                  (version-major+minor version)
-                                  "/files/jane-street-headers-v" version 
".tar.gz"))
-              (sha256
-               (base32
-                "0afhzm08l9v883fhpqqh2lmy7az609pxif40bp7x1sk8c0yszqsh"))))
-    (build-system dune-build-system)
-    (arguments
-     `(#:ocaml ,ocaml-4.07
-       #:findlib ,ocaml4.07-findlib
-       #:dune ,ocaml4.07-dune))
-    (home-page "https://github.com/janestreet/jane-street-headers";)
-    (synopsis "Jane Street C header files")
-    (description "This package provides C header files shared between the
-various Jane Street packages.")
-    (license license:asl2.0)))
-
 (define-public ocaml4.07-configurator
   (package
     (name "ocaml4.07-configurator")



reply via email to

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