Remove fork of SPLIT-SEQUENCE and add a dependency on the external one
[iolib.git] / src / base / pkgdcl.lisp
blobcf4f03751e114884fa81c9b40f8856fa1452739b
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 ;; DEFOBSOLETE
43 #:defobsolete
44 #:signal-obsolete
45 #:deprecation-warning
46 #:deprecation-warning-function-name
47 #:deprecation-warning-type
48 #:deprecation-warning-reason
49 ;; Reader utils
50 #:define-syntax
51 #:enable-reader-macro #:enable-reader-macro*
52 #:disable-reader-macro #:disable-reader-macro*
53 #:define-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