# HG changeset patch # User Richard Westhaver # Date 1717632125 14400 # Node ID 3e7d5e10eb423076f7e36c0941970d85f9b7403a # Parent 96020a698c0be7c93bc724fd50cdfea3d00140c2 add ssl feature, skel fix diff -r 96020a698c0b -r 3e7d5e10eb42 lisp/bin/skel.lisp --- a/lisp/bin/skel.lisp Wed Jun 05 23:19:29 2024 +0000 +++ b/lisp/bin/skel.lisp Wed Jun 05 20:02:05 2024 -0400 @@ -2,7 +2,7 @@ ;; TODO 2024-05-09: add shell configurables to rules - maybe at sk-command ;; level. :INPUT :WAIT :OUTPUT -(in-package :sk-user) +(in-package :std-user) (defpkg :bin/skel (:use :cl :std :cli/clap :vc :sb-ext :skel :log :dat/sxp) (:import-from :cli/shell :*shell-input*) diff -r 96020a698c0b -r 3e7d5e10eb42 lisp/lib/net/net.asd --- a/lisp/lib/net/net.asd Wed Jun 05 23:19:29 2024 +0000 +++ b/lisp/lib/net/net.asd Wed Jun 05 20:02:05 2024 -0400 @@ -1,3 +1,4 @@ +(push :ssl *features*) (defsystem :net :version "0.1.0" :maintainer "ellis "