changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: add ssl feature, skel fix

changeset 409: 3e7d5e10eb42
parent 408: 96020a698c0b
child 410: c25d45ab1976
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 05 Jun 2024 20:02:05 -0400
files: lisp/bin/skel.lisp lisp/lib/net/net.asd
description: add ssl feature, skel fix
     1.1--- a/lisp/bin/skel.lisp	Wed Jun 05 23:19:29 2024 +0000
     1.2+++ b/lisp/bin/skel.lisp	Wed Jun 05 20:02:05 2024 -0400
     1.3@@ -2,7 +2,7 @@
     1.4 
     1.5 ;;  TODO 2024-05-09: add shell configurables to rules - maybe at sk-command
     1.6 ;;  level. :INPUT :WAIT :OUTPUT
     1.7-(in-package :sk-user)
     1.8+(in-package :std-user)
     1.9 (defpkg :bin/skel
    1.10   (:use :cl :std :cli/clap :vc :sb-ext :skel :log :dat/sxp)
    1.11   (:import-from :cli/shell :*shell-input*)
     2.1--- a/lisp/lib/net/net.asd	Wed Jun 05 23:19:29 2024 +0000
     2.2+++ b/lisp/lib/net/net.asd	Wed Jun 05 20:02:05 2024 -0400
     2.3@@ -1,3 +1,4 @@
     2.4+(push :ssl *features*)
     2.5 (defsystem :net
     2.6   :version "0.1.0"
     2.7   :maintainer "ellis <ellis@rwest.io>"