changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp.sk

changeset 668: c687d7005ec7
parent: cc89b337384b
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 18:54:03 -0400
permissions: -rw-r--r--
description: add slime-repl-ansi-color
1 ;;; lisp.sk --- core/lisp skelfile -*- mode: skel; -*-
2 :name "core/lisp"
3 :src "lisp"
4 :description "CC Lisp Core"
5 :components
6 ((:asd "prelude")
7  (:asd "user")
8  (:asd "core")
9  (:mod "std" (:asd "std")))
10