changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp.sk

changeset 611: 57813b8ee029
parent: 5b2ca5b2a9db
child: cc89b337384b
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 19 Aug 2024 19:25:55 -0400
permissions: -rw-r--r--
description: more rocksdb work, slice -> slicetransform
1 ;;; lisp.sk --- core/lisp skelfile -*- mode: skel; -*-
2 :name "core/lisp"
3 :src "lisp"
4 :description "CC Lisp Core"
5 :components
6 ((:lisp-system "prelude.asd")
7  (:lisp-system "user.asd")
8  (:lisp-system "core.asd")
9  (:lisp-system "std/std.asd"))