Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galdor/cl-spacetraders
Common Lisp utilities to interact with the SpaceTraders online game API.
https://github.com/galdor/cl-spacetraders
common-lisp lisp spacetraders spacetraders-api
Last synced: 4 days ago
JSON representation
Common Lisp utilities to interact with the SpaceTraders online game API.
- Host: GitHub
- URL: https://github.com/galdor/cl-spacetraders
- Owner: galdor
- License: isc
- Created: 2023-05-10T18:00:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-23T15:57:23.000Z (over 1 year ago)
- Last Synced: 2024-12-09T00:19:39.010Z (2 months ago)
- Topics: common-lisp, lisp, spacetraders, spacetraders-api
- Language: Common Lisp
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cl-spacetraders
## Description
This repository contains a Common Lisp system to interact with the
[SpaceTraders](https://spacetraders.io) online game API.It is based on the [Tungsten](https://github.com/galdor/tungsten) toolkit and
currently runs on either [SBCL](http://sbcl.org/) or
[CCL](https://ccl.clozure.com/).## Licensing
The cl-spacetraders project is open source software distributed under the
[ISC](https://opensource.org/licenses/ISC) license.## Contributions
### Open source, not open contribution
[Similar to SQLite](https://www.sqlite.org/copyright.html), cl-spacetraders is
open source but not open contribution for multiple reasons:- It avoid potential intellectual property and licensing issues.
- It removes the burden of reviewing patches and maintaining the resulting
code.
- It helps keeping the software focused on a clear vision.While this might be disappointing to you, this choice helps me continue to
build and maintain cl-spacetraders.### Bug reporting
I am thankful for any bug report. Feel free to open issues and include as much
useful information as possible. I cannot however guarantee that I will fix
every bug.### Ideas and feature suggestions
Ideas and suggestions are welcome, either on GitHub or by
[email](mailto:[email protected]).