Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/racket/string-constants
https://github.com/racket/string-constants
racket
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/racket/string-constants
- Owner: racket
- License: other
- Created: 2014-12-02T03:18:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T12:42:14.000Z (about 2 months ago)
- Last Synced: 2024-12-13T13:38:46.898Z (about 2 months ago)
- Topics: racket
- Language: Racket
- Size: 2.98 MB
- Stars: 6
- Watchers: 27
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# string-constants
This the source for the Racket packages: "string-constants",
"string-constants-doc", "string-constants-lib",
"string-constant-lib-lgpl".### Contributing
Contribute to Racket by submitting a [pull request] or reporting an
[issue]. See also the "Community" section of the [racket web page].Full documentation for the functions in this library and a practical
guide on translation are available in the official documentation site:
https://docs.racket-lang.org/string-constants### License
Racket, including these packages, is free software, see [LICENSE]
for more details.By making a contribution, you are agreeing that your contribution
is licensed under the [Apache 2.0] license and the [MIT] license.This repository also contains the "string-constants-lib-lgpl" package,
which is distributed under the [LGPL v3.0] license.[MIT]: https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0.txt
[pull request]: https://github.com/racket/string-constants/pulls
[issue]: https://github.com/racket/string-constants/issues
[racket web page]: https://www.racket-lang.org/
[LICENSE]: LICENSE
[LGPL v3.0]: https://github.com/racket/racket/blob/master/racket/src/LICENSE-LGPL.txt