[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/16: gnu: ocaml-ulex: Remove package.
From: |
guix-commits |
Subject: |
11/16: gnu: ocaml-ulex: Remove package. |
Date: |
Sat, 30 Nov 2019 09:51:49 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit c7174a75bff88f48bc6f6f9a56b681d52956e40b
Author: Julien Lepiller <address@hidden>
Date: Wed Nov 27 21:42:34 2019 +0100
gnu: ocaml-ulex: Remove package.
* gnu/packages/ocaml.scm (ocaml-ulex): Remove deprecated package.
---
gnu/packages/ocaml.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 663c385..d2b7ca8 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1970,36 +1970,6 @@ format. It can process XML documents without a complete
in-memory
representation of the data.")
(license license:isc)))
-(define-public ocaml-ulex
- (package
- (name "ocaml-ulex")
- (version "1.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/whitequark/ulex.git")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "08yf2x9a52l2y4savjqfjd2xy4pjd1rpla2ylrr9qrz1drpfw4ic"))))
- (build-system ocaml-build-system)
- (arguments
- `(#:phases (modify-phases %standard-phases (delete 'configure))
- #:tests? #f
- #:make-flags
- (list "all.opt"
- (string-append "OCAMLBUILD=ocamlbuild -byte-plugin "
- "-cflags -I," (assoc-ref %build-inputs "camlp4")
- "/lib/ocaml/site-lib/camlp4"))))
- (native-inputs
- `(("camlp4" ,camlp4)
- ("ocamlbuild" ,ocamlbuild)))
- (home-page "http://www.cduce.org/download.html#side")
- (synopsis "Lexer generator for Unicode and OCaml")
- (description "Lexer generator for Unicode and OCaml.")
- (license license:expat)))
-
(define-public ocaml-gen
(package
(name "ocaml-gen")
- 04/16: gnu: ocaml-bitstring: Remove unneeded dependencies., (continued)
- 04/16: gnu: ocaml-bitstring: Remove unneeded dependencies., guix-commits, 2019/11/30
- 03/16: gnu: ocaml-findlib: Update to 1.8.1., guix-commits, 2019/11/30
- 01/16: gnu: opam: Remove unneeded dependency on deprecated camlp4., guix-commits, 2019/11/30
- 12/16: gnu: ocaml-piqi: Update to 0.7.7., guix-commits, 2019/11/30
- 10/16: gnu: ocaml-piqilib: Update to 0.6.15., guix-commits, 2019/11/30
- 15/16: guix: import: Fix opam importer., guix-commits, 2019/11/30
- 07/16: gnu: ocaml-csv: Update to 2.3., guix-commits, 2019/11/30
- 06/16: gnu: ocaml-bisect: Remove package., guix-commits, 2019/11/30
- 08/16: gnu: Add ocaml-gen., guix-commits, 2019/11/30
- 16/16: guix: import: Fix importing dune project., guix-commits, 2019/11/30
- 11/16: gnu: ocaml-ulex: Remove package.,
guix-commits <=
- 05/16: gnu: ocaml-batteries: Remove unneeded dependencies., guix-commits, 2019/11/30
- 09/16: gnu: Add ocaml-sedlex., guix-commits, 2019/11/30
- 14/16: gnu: camlp4: Remove obsolete package., guix-commits, 2019/11/30
- 13/16: gnu: ocaml-camomile: Remove unneeded dependency., guix-commits, 2019/11/30