repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ChangeLog entry for bug #4356
[maxima.git]
/
share
/
numericalio
/
numericalio.system
blob
50d88cdda29e8d277859773b6286691b5554d766
1
;;; -*- Mode: lisp -*-
2
3
(mk:defsystem numericalio
4
:source-pathname (maxima::maxima-load-pathname-directory)
5
:binary-pathname (maxima::maxima-objdir "share" "numericalio")
6
:source-extension "lisp"
7
:components
8
((:file "encode-decode-float")
9
(:file "numericalio")))