An open API service indexing awesome lists of open source software.

https://github.com/rtbo/simple-meson-d

Kind of minimal example of using MESON with D
https://github.com/rtbo/simple-meson-d

Last synced: 5 months ago
JSON representation

Kind of minimal example of using MESON with D

Awesome Lists containing this project

README

          

Kind of minimal example of using MESON with D.

configure, build and test:
```sh
DC=dmd meson setup build # configure
cd build
meson compile # build
application/application # run application
meson test # run unittests
```