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/hash-tables.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hash-tables.lisp') diff --git a/src/hash-tables.lisp b/src/hash-tables.lisp index 4290387..f285aa2 100644 --- a/src/hash-tables.lisp +++ b/src/hash-tables.lisp @@ -1,11 +1,11 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs -(defpackage :ukkoclot/hash-tables +(defpackage :ukkoclot/src/hash-tables (:documentation "Hash-table-oriented utilities.") (:use :c2cl) (:import-from :alexandria :with-gensyms) (:export :gethash-lazy)) -(in-package :ukkoclot/hash-tables) +(in-package :ukkoclot/src/hash-tables) (defmacro gethash-lazy (key hash-table default-lazy) "`gethash' alternative with lazily evaluated default value." -- cgit v1.2.3