From 3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 19 Oct 2025 07:26:56 +0300 Subject: Migrate packages from :ukkoclot to :ukkoclot/src --- src/strings.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strings.lisp') diff --git a/src/strings.lisp b/src/strings.lisp index eae8ec0..04a20de 100644 --- a/src/strings.lisp +++ b/src/strings.lisp @@ -1,6 +1,6 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs -(defpackage :ukkoclot/strings +(defpackage :ukkoclot/src/strings (:documentation "String-oriented utilities.") (:use :c2cl :iterate) (:import-from :cl-unicode :general-category) @@ -8,7 +8,7 @@ :escape-xml :is-tg-whitespace :is-tg-whitespace-str)) -(in-package :ukkoclot/strings) +(in-package :ukkoclot/src/strings) ;; These are very inefficient but I don't care until I profile -- cgit v1.2.3