aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gperf.scm
blob: d9e80337d4f2851be150c8d78236a4d92f475274 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages gperf)
  #:use-module (guix licenses)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu))

(define-public gperf
  (package
    (name "gperf")
    (version "3.0.4")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "mirror://gnu/gperf/gperf-"
                          version ".tar.gz"))
      (sha256
       (base32
        "0gnnm8iqcl52m8iha3sxrzrl9mcyhg7lfrhhqgdn4zj00ji14wbn"))))
    (build-system gnu-build-system)
    (arguments '(#:parallel-tests? #f))
    (home-page "http://www.gnu.org/software/gperf/")
    (synopsis "Perfect hash function generator")
    (description
     "gperf is a perfect hash function generator.  For a given list of strings,
it produces a hash function and hash table in C or C++ code. That the hash
function is perfect means that no collisions can exist and that look-ups can be
made by single string comparisons.")
    (license gpl3+)))
40'>gnu: python-matplotlib: Update to 2.0.0....Thomas Danckaert 2017-03-06gnu: Add python2-subprocess32....Marius Bakke 2017-03-06gnu: python-numpy: Update to 1.12.0....Thomas Danckaert 2017-03-06gnu: python-setuptools-scm: Update to 1.15.0....Troy Sankey 2017-03-06gnu: python2-backports-shutil-get-terminal-size: Enable tests....Marius Bakke 2017-03-06gnu: python-ipython: Update to 5.2.2....Thomas Danckaert 2017-03-06gnu: python-scipy: Update to 0.18.1....Thomas Danckaert 2017-03-06gnu: python-testpath: Fix library location for python2 version....Thomas Danckaert 2017-03-06gnu: Add python-colorspacious....Thomas Danckaert 2017-03-06gnu: Add python2-backports-shutil-get-terminal-size....Thomas Danckaert 2017-03-03Merge branch 'python-tests'Marius Bakke 2017-03-03gnu: python-requests: Update to 2.13.0....Leo Famulari 2017-03-02gnu: Add python-pykka....ng0 2017-03-02gnu: Add python-eventlet....ng0 2017-02-27gnu: python-netcdf4: Update to 1.2.7....Thomas Danckaert 2017-02-27Merge branch 'master' into python-testsMarius Bakke 2017-02-24Revert "gnu: python2-fastlmm: Update to 0.2.26."...Marius Bakke 2017-02-24gnu: python-passlib: Update to 1.7.1....Marius Bakke 2017-02-24gnu: python-fake-factory: Fix build on 32bit....Marius Bakke 2017-02-19gnu: Add python-cycler....Marius Bakke 2017-02-19gnu: python-pyicu: Fix build....Marius Bakke 2017-02-19gnu: python-scikit-learn: Fix test failure....Marius Bakke 2017-02-19gnu: python-scipy: Declare python2-variant....Marius Bakke 2017-02-19gnu: python-flake8-polyfill: Enable tests....Marius Bakke 2017-02-19gnu: python-flask-wtf: Drop failing test....Marius Bakke 2017-02-19gnu: python-pbkdf2: Fix tests....Marius Bakke 2017-02-19gnu: python-sphinx: Propagate python-requests....Marius Bakke 2017-02-18gnu: python-pbr: Support python-sphinx>=1.2.1....Danny Milosavljevic 2017-02-15gnu: python-icalendar: Update to 3.11.3....Leo Famulari 2017-02-15gnu: python-qrcode: Disable tests....Marius Bakke 2017-02-15gnu: python-sphinx-cloud-sptheme: Explicitly disable tests....Marius Bakke