fast-lbry.json 877 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "comment": "A fast client to LBRY",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "LBRY Client",
  7. "Publication",
  8. "Marketplace",
  9. "Crypto"
  10. ],
  11. "interface": [
  12. "Terminal",
  13. "GTK",
  14. "HTML5"
  15. ],
  16. "issues": [],
  17. "languages": [
  18. "Python"
  19. ],
  20. "licenses": [
  21. "GPL-3.0-or-later",
  22. "AGPL-3.0-or-later"
  23. ],
  24. "links": {
  25. "FastLBRY GTK": "https://notabug.org/jyamihud/FastLBRY-GTK",
  26. "git": "https://notabug.org/jyamihud/FastLBRY-terminal",
  27. "icon": "https://notabug.org/jyamihud/FastLBRY-terminal/raw/master/icon.png"
  28. },
  29. "names": [
  30. "Fast LBRY",
  31. "flbry"
  32. ],
  33. "networks_read": [
  34. "LBRY"
  35. ],
  36. "networks_write": [
  37. "LBRY"
  38. ],
  39. "platforms": [
  40. "GNU/Linux",
  41. "Web"
  42. ]
  43. }