~ubuntu-branches/ubuntu/utopic/cl-closer-mop/utopic

« back to all changes in this revision

Viewing changes to closer-mop.asd

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2009-09-10 13:25:36 UTC
  • mfrom: (1.1.5 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910132536-ie342hb7j3yg9xvi
Tags: 1:0.55-1
* Now use debhelper v7
* Added debian/README.building
* New upstream. Actually also took the fixed onto that new upstream.
* Updated Standards-Version no real changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(asdf:defsystem #:closer-mop
2
2
  :name "Closer to MOP"
3
3
  :author "Pascal Costanza"
4
 
  :version "0.42"
 
4
  :version "0.55"
5
5
  :licence "
6
 
Copyright (c) 2005 - 2007 Pascal Costanza
 
6
Copyright (c) 2005 - 2008 Pascal Costanza
7
7
 
8
8
Permission is hereby granted, free of charge, to any person
9
9
obtaining a copy of this software and associated documentation
32
32
    #+clisp "clisp"
33
33
    #+ecl "ecl"
34
34
    #+lispworks "lispworks"
35
 
    #+(or mcl openmcl) "mcl"
 
35
    #+(or clozure-common-lisp openmcl mcl) "mcl"
36
36
    #+(or cmu sbcl) "pcl"
37
37
    :components ((:file "closer-mop-packages")
38
38
                 (:file "closer-mop"
42
42
                       #+clisp "clisp"
43
43
                       #+ecl "ecl"
44
44
                       #+lispworks "lispworks"
45
 
                       #+(or mcl openmcl) "mcl"
 
45
                       #+(or clozure-common-lisp openmcl mcl) "mcl"
46
46
                       #+(or cmu sbcl) "pcl"))))