From c7174a75bff88f48bc6f6f9a56b681d52956e40b Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Wed, 27 Nov 2019 21:42:34 +0100 Subject: 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 663c385d95..d2b7ca854f 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") -- cgit v1.2.3