From 2f7e2dd30a4923c36b8dbfdab05a2ec1dd143ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 26 May 2025 19:40:09 -0300 Subject: Remove crit --- package.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index d4024f8..0157a03 100644 --- a/package.lisp +++ b/package.lisp @@ -1,5 +1,5 @@ (defpackage #:json - (:use #:cl #:parser) + (:use #:cl #:monparser) (:export #:from-string #:from-file #:to-string -- cgit v1.2.3