guix-commits
[Top][All Lists]
Advanced

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

18/67: gnu: Remove ocaml4.07-odoc.


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

roptat pushed a commit to branch master
in repository guix.

commit 71b29cfac94cd33c4f3a989ef2f49d9c00fbce0d
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Dec 24 14:22:38 2023 +0100

    gnu: Remove ocaml4.07-odoc.
    
    * gnu/packages/ocaml.scm (ocaml4.07-odoc): Remove variable.
    (ocaml-odoc)[properties]: Remove variant.
    
    Change-Id: I903ba64cfb460064531a502ca0c97e81ed4bbb82
---
 gnu/packages/ocaml.scm | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index fdb3dabb9c..f99135d2e3 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8674,7 +8674,6 @@ then run the Bisect_ppx report tool on the generated 
visitation files.")
           ocaml-version
           ocaml-yojson
           jq))
-    (properties `((ocaml4.07-variant . ,(delay ocaml4.07-odoc))))
     (home-page "https://github.com/ocaml/odoc";)
     (synopsis "OCaml documentation generator")
     (description "Odoc is a documentation generator for OCaml.  It reads
@@ -8713,41 +8712,6 @@ documentation comments, formatted using Odoc syntax, an 
extension of the
 language understood by ocamldoc.")
     (license license:isc)))
 
-;; version 1.5.2 requires ocaml-markdown 1.0.0 which does not compile
-;; with old version of dune used in package-with-ocaml4.07
-(define-public ocaml4.07-odoc
-  (package-with-ocaml4.07
-   (package
-     (inherit ocaml-odoc)
-     (name "ocaml-odoc")
-     (version "1.5.1")
-     (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-              (url "https://github.com/ocaml/odoc";)
-              (commit version)))
-        (file-name (git-file-name name version))
-        (sha256
-         (base32 "0z2nisg1vb5xlk41hqw8drvj90v52wli7zvnih6a844cg6xsvvj2"))))
-     (arguments '())
-     (inputs
-      `(("ocaml-alcotest" ,ocaml-alcotest)
-        ("ocaml-markup" ,ocaml-markup)
-        ("ocaml-sexplib" ,ocaml-sexplib)
-        ("ocaml-re" ,ocaml-re)
-        ("ocaml-uutf" ,ocaml-uutf)))
-     (native-inputs
-      `(("ocaml-astring" ,ocaml-astring)
-        ("ocaml-cmdliner" ,ocaml-cmdliner)
-        ("ocaml-cppo" ,ocaml-cppo)
-        ("ocaml-fpath" ,ocaml-fpath)
-        ("ocaml-result" ,ocaml-result)
-        ("ocaml-tyxml" ,ocaml-tyxml)
-        ("ocaml-bisect-ppx" ,ocaml-bisect-ppx)
-        ("tidy-html" ,tidy-html)))
-     (properties '()))))
-
 (define-public ocaml-fftw3
   (package
     (name "ocaml-fftw3")



reply via email to

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