Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1017 Bytes

.obtt

File metadata and controls

60 lines (44 loc) · 1017 Bytes

obtt-lisp

A slightly modified quickproject-ish template.

Variables

Name
pigeon
Description
s-exp based python
Version
0.1.0

README

#+TITLE: pigeon

s-exp based python

System definition

There is nothing for tests as of now.

(defsystem #:pigeon
:description "s-exp based python"
  :author "Abhinav Tushar <lepisma@fastmail.com>"
  :license "GPLv3"
  :version "0.1.0"
  :depends-on ()
  :components
  ((:file "package")
   (:module "src"
    :depends-on ("package")
    :serial t
    :components
    ((:file "pigeon")))))

General module structure

(defpackage #:pigeon
  (:use #:cl))
(in-package #:pigeon)

Misc files

Add gitignore

Optional Lakefile and Roswell setting

License

gen license:gpl-3.0