Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
alexandria
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alexandria
alexandria
Commits
6bb56b6c
Commit
6bb56b6c
authored
Dec 21, 2018
by
Philipp Marek
Committed by
lovrolu
May 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project information
parent
401ac2a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
alexandria.asd
alexandria.asd
+5
-5
package.lisp
package.lisp
+1
-1
No files found.
alexandria.asd
View file @
6bb56b6c
(
defsystem
"alexandria"
:version
"
0
.0.0"
:version
"
1
.0.0"
:licence
"Public Domain / 0-clause MIT"
:description
"Alexandria is a collection of portable public domain utilities."
:author
"Nikodemus Siivola
<nikodemus@sb-studio.net>,
and others."
:author
"Nikodemus Siivola and others."
:long-description
"Alexandria is a project and a library.
As a project Alexandria's goal is to reduce duplication of effort and improve
portability of Common Lisp code according to its own idiosyncratic and rather
conservative aesthetic. What this actually means is open to debate, but each
project member has a veto on all project activities, so a degree of
conservativism is inevitable.
conservative aesthetic.
As a library Alexandria is one of the means by which the project strives for
its goals.
...
...
@@ -28,6 +26,8 @@ the following constraints:
* Conservative: Alexandria limits itself to what project members consider
conservative utilities. Alexandria does not and will not include anaphoric
constructs, loop-like binding macros, etc.
Also, its exported symbols are being imported by many other packages
already, so each new export carries the danger of causing conflicts.
* Portable: Alexandria limits itself to portable parts of Common Lisp. Even
apparently conservative and useful functions remain outside the scope of
...
...
package.lisp
View file @
6bb56b6c
(
defpackage
:alexandria.
0.dev
(
defpackage
:alexandria.
1.0.0
(
:nicknames
:alexandria
)
(
:use
:cl
)
#+
sb-package-locks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment