mesonbuild / mesonwrap

Meson wraps service and tools, please use https://github.com/mesonbuild/wrapdb for wraps issues
https://wrapdb.mesonbuild.com
Apache License 2.0
26 stars 7 forks source link

New wrap: range-v3 #51

Closed barsoosayque closed 6 years ago

barsoosayque commented 6 years ago

I wrote a wrap file for the range-v3 library. Wanna share it via Wrap DB. However, there are two minor issues:

jpakkane commented 6 years ago

For the project() call, the license argument is only a string. Meson does not parse it, or try to enforce any license compatibility or anything of the sort. You can set it to any string that describes the license. As a random example you could set it to gpl2,lpgl2.1 for a project that is dual licensed under GPL2 and LPGL2.1.

sarum9in commented 6 years ago

As for the library name range-v3 seems to be searchable name of this library, so I think it's fine to name it like this.

https://github.com/mesonbuild/range-v3