[movitz-cvs] CVS binary-types
ffjeld
ffjeld at common-lisp.net
Mon Feb 25 20:11:41 UTC 2008
Update of /project/movitz/cvsroot/binary-types
In directory clnet:/tmp/cvs-serv31018
Added Files:
binary-types.asd
Log Message:
Initial attempt.
--- /project/movitz/cvsroot/binary-types/binary-types.asd 2008/02/25 20:11:41 NONE
+++ /project/movitz/cvsroot/binary-types/binary-types.asd 2008/02/25 20:11:41 1.1
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
;;;;------------------------------------------------------------------
;;;;
;;;; Copyright (C) 2008, Frode V. Fjeld
;;;;
;;;; For distribution policy, see the accompanying file COPYING.
;;;;
;;;; Filename: movitz.asd
;;;; Description: Movitz ASDF system definition.
;;;; Author: Frode Vatvedt Fjeld <ffjeld at common-lisp.net>
;;;; Created at: Thu Jan 15 18:40:58 2004
;;;;
;;;; $Id: binary-types.asd,v 1.1 2008/02/25 20:11:41 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
(defpackage binary-types-asd
(:use :cl :asdf))
(in-package binary-types-asd)
(defsystem binary-types
:name "Binary-types"
:maintainer "ffjeld at common-lisp.net"
:author "Frode V. Fjeld"
:license "BSD-like, see accopanying file COPYING."
:description "A library for reading and writing binary records."
:components ((:file "binary-types")))
More information about the Movitz-cvs
mailing list