Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexknauth/reprovide-lang
a simple racket language for reproviding modules
https://github.com/alexknauth/reprovide-lang
Last synced: about 1 month ago
JSON representation
a simple racket language for reproviding modules
- Host: GitHub
- URL: https://github.com/alexknauth/reprovide-lang
- Owner: AlexKnauth
- License: mit
- Created: 2015-08-27T16:38:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T22:24:51.000Z (about 3 years ago)
- Last Synced: 2024-10-16T02:55:20.514Z (3 months ago)
- Language: Racket
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
reprovide-lang
===
a racket language for reproviding modulesdocumentation: http://pkg-build.racket-lang.org/doc/reprovide/index.html
As a `#lang`:
```racket
#lang reprovide
require-spec
...
```
As a library:
```racket
(require reprovide/reprovide)
(reprovide require-spec ...)
```