Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avh4/elm-dlang
WIP
https://github.com/avh4/elm-dlang
Last synced: 8 days ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/avh4/elm-dlang
- Owner: avh4
- Created: 2017-04-28T05:50:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T05:51:17.000Z (over 7 years ago)
- Last Synced: 2024-10-27T12:07:27.119Z (about 2 months ago)
- Language: Haskell
- Size: 373 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compile Elm to D, to build native apps.
## Development info
To run tests:
```sh
nix-shell -A elm-d --run ./run-tests.sh
```To work on elm-compiler or elm-make:
```sh
nix-shell -A elm-compiler.env
nix-shell -A elm-make.env
```