library.json 253 B

1234567891011121314
  1. {
  2. "name": "speex",
  3. "version": "1.2.1",
  4. "headers": "speex.h",
  5. "build": {
  6. "srcDir": "./libspeex"
  7. },
  8. "homepage": "https://www.speex.org/",
  9. "repository":
  10. {
  11. "type": "git",
  12. "url": "https://gitlab.xiph.org/xiph/speex.git"
  13. }
  14. }