3970d42a8011b9fcafd409f05628f6c0829c1d81
[iolib.git] / src / base / pkgdcl.lisp
blob3970d42a8011b9fcafd409f05628f6c0829c1d81
1 ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
2 ;;;
3 ;;; --- Package definition.
4 ;;;
6 (in-package :iolib.common-lisp-user)
8 (defpackage :iolib.base
9 (:extend/excluding :iolib.common-lisp
10 #:defun #:defmethod #:defmacro #:define-compiler-macro
11 #:constantp)
12 (:extend :alexandria :split-sequence)
13 (:export
14 ;; Conditions
15 #:bug #:iolib-bug
16 #:subtype-error #:subtype-error-datum #:subtype-error-expected-supertype
17 ;; Debugging
18 #:*safety-checks*
19 #:debug-only #:debug-only*
20 #:production-only #:production-only*
21 ;; Types
22 #:function-designator
23 #:character-designator
24 #:sb8 #:sb16 #:sb32 #:sb64
25 #:ub8 #:ub16 #:ub32 #:ub64
26 #:ub8-sarray #:ub16-sarray #:ub32-sarray #:ub64-sarray
27 #:ub8-vector #:ub16-vector #:ub32-vector #:ub64-vector
28 ;; RETURN*
29 #:return* #:lambda* #:defun #:defmethod
30 #:defmacro #:define-compiler-macro
31 ;; DEFALIAS
32 #:constantp
33 #:defnamespace
34 #:make-alias
35 #:defalias
36 ;; #:function is already in CL
37 ;; #:compiler-macro is already in CL
38 #:macro
39 #:constant
40 ;; #:special is already in CL
41 ;; DEFFOLDABLE
42 #:deffoldable
43 #:constant-form-value
44 ;; DEFOBSOLETE
45 #:defobsolete
46 #:signal-obsolete
47 #:deprecation-warning
48 #:deprecation-warning-function-name
49 #:deprecation-warning-type
50 #:deprecation-warning-reason
51 ;; Reader utils
52 #:define-syntax
53 #:define-literal-reader
54 #:enable-literal-reader #:enable-literal-reader*
55 #:unknown-literal-syntax #:unknown-literal-syntax-name
56 ;; Misc
57 #:function-name #:function-name-p
58 #:check-bounds #:join #:join* #:shrink-vector #:full-string
59 ;; Matching
60 #:multiple-value-case #:flags-case
61 ;; Time
62 #:timeout-designator #:positive-timeout-designator
63 #:decode-timeout #:normalize-timeout #:clamp-timeout
64 ;; Dynamic-buffer
65 #:dynamic-buffer
66 #:sequence-of
67 #:read-cursor-of
68 #:write-cursor-of
69 #:growth-size-of
70 #:write-ub8
71 #:write-ub16
72 #:write-ub32
73 #:write-vector
74 #:read-ub8
75 #:read-ub16
76 #:read-ub32
77 #:read-vector
78 #:read-ub16-from-vector
79 #:read-ub32-from-vector
80 #:ub16-to-vector
81 #:seek-read-cursor
82 #:dynamic-buffer-input-error
83 #:dynamic-buffer-eof
84 #:dynamic-buffer-index-out-of-bounds