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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Minimal D project example compiled by Meson

```sh
# Download
git clone https://github.com/rtbo/meson-d-sample.git
cd meson-d-sample

# Configure and build
meson setup build
cd build
ninja

# Test
app/app
```