Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.14 KB

.obtt

File metadata and controls

61 lines (47 loc) · 1.14 KB

obtt-lisp

A slightly modified quickproject-ish template.

Variables

Name
faces
Description
Glyph analysis for a few scripts
Version
0.1.0

README

#+TITLE: faces

Glyph analysis for a few scripts

System definition

There is nothing for tests as of now.

(defsystem #:faces
:description "Glyph analysis for a few scripts"
  :author "Abhinav Tushar <lepisma@fastmail.com>"
  :license "GPLv3"
  :version "0.1.0"
  :depends-on (#:zpb-ttf
               #:cl-vectors
               #:alexandria
               #:cl-cut
               #:cl-interpol
               #:cl-strings)
  :components
  ((:file "package")
   (:module "src"
    :depends-on ("package")
    :serial t
    :components
    ((:file "faces")))))

General module structure

(defpackage #:faces
  (:use #:cl
        #:alexandria
        #:cl-cut))
(in-package #:faces)

Misc files

Add gitignore

Optional Lakefile and Roswell setting