File: control

package info (click to toggle)
cl-parse-number 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 72 kB
  • sloc: lisp: 321; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 698 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: cl-parse-number
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.5
Homepage: http://www.cliki.net/parse-number
Vcs-Git: https://github.com/sharplispers/parse-number.git
Vcs-Browser: http://github.com/sharplispers/parse-number

Package: cl-parse-number
Architecture: all
Depends: ${misc:Depends}
Description: parse a string into one of the standard Common Lisp number types
 parse-number accepts an arbitrary string and attempts to parse the string
 into one of the standard Common Lisp number types, if possible, or else
 parse-number signals an error of type invalid-number.