Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
alexandria
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Fedorov
alexandria
Commits
6bb56b6c
Commit
6bb56b6c
authored
6 years ago
by
Philipp Marek
Committed by
lovrolu
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update project information
parent
401ac2a2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
alexandria.asd
+5
-5
5 additions, 5 deletions
alexandria.asd
package.lisp
+1
-1
1 addition, 1 deletion
package.lisp
with
6 additions
and
6 deletions
alexandria.asd
+
5
−
5
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
...
...
This diff is collapsed.
Click to expand it.
package.lisp
+
1
−
1
View file @
6bb56b6c
(
defpackage
:alexandria.
0.dev
(
defpackage
:alexandria.
1.0.0
(
:nicknames
:alexandria
)
(
:use
:cl
)
#+
sb-package-locks
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment