Export UB16-TO-VECTOR from IOLIB.BASE
[iolib.git] / src / base / pkgdcl.lisp
blob55f87a555844e606119ad8a0900b0f353373614f
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 #:macro
38 #:constant
39 ;; #:special is already in CL
40 ;; DEFFOLDABLE
41 #:deffoldable
42 #:constant-form-value
43 ;; DEFOBSOLETE
44 #:defobsolete
45 #:signal-obsolete
46 #:deprecation-warning
47 #:deprecation-warning-function-name
48 #:deprecation-warning-type
49 #:deprecation-warning-reason
50 ;; Reader utils
51 #:define-syntax
52 #:define-literal-reader
53 #:enable-literal-reader #:enable-literal-reader*
54 #:unknown-literal-syntax #:unknown-literal-syntax-name
55 ;; Misc
56 #:function-name #:function-name-p
57 #:check-bounds #:join #:join* #:shrink-vector #:full-string
58 ;; Matching
59 #:multiple-value-case #:flags-case
60 ;; Time
61 #:timeout-designator #:positive-timeout-designator
62 #:decode-timeout #:normalize-timeout #:clamp-timeout
63 ;; Dynamic-buffer
64 #:dynamic-buffer
65 #:sequence-of
66 #:read-cursor-of
67 #:write-cursor-of
68 #:growth-size-of
69 #:write-ub8
70 #:write-ub16
71 #:write-ub32
72 #:write-vector
73 #:read-ub8
74 #:read-ub16
75 #:read-ub32
76 #:read-vector
77 #:read-ub16-from-vector
78 #:read-ub32-from-vector
79 #:ub16-to-vector
80 #:seek-read-cursor
81 #:dynamic-buffer-input-error
82 #:dynamic-buffer-eof
83 #:dynamic-buffer-index-out-of-bounds