https://github.com/racket/string-constants
https://github.com/racket/string-constants
racket
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/racket/string-constants
- Owner: racket
- License: other
- Created: 2014-12-02T03:18:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T07:36:42.000Z (7 months ago)
- Last Synced: 2025-06-04T14:08:19.125Z (6 months ago)
- Topics: racket
- Language: Racket
- Size: 2.91 MB
- Stars: 6
- Watchers: 26
- Forks: 32
- Open Issues: 6
-
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