90-simde.json 358 B

12345678910111213141516
  1. {
  2. "name": "simde",
  3. "buildsystem": "meson",
  4. "builddir": true,
  5. "config-opts": [
  6. "-Dtests=false"
  7. ],
  8. "sources": [
  9. {
  10. "type": "git",
  11. "url": "https://github.com/simd-everywhere/simde.git",
  12. "tag": "v0.8.2",
  13. "commit": "71fd833d9666141edcd1d3c109a80e228303d8d7"
  14. }
  15. ]
  16. }