fast-lbry.json 905 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "Discontinued"
  18. ],
  19. "languages": [
  20. "Python"
  21. ],
  22. "licenses": [
  23. "GPL-3.0-or-later",
  24. "AGPL-3.0-or-later"
  25. ],
  26. "links": {
  27. "FastLBRY GTK": "https://notabug.org/jyamihud/FastLBRY-GTK",
  28. "git": "https://notabug.org/jyamihud/FastLBRY-terminal",
  29. "icon": "https://notabug.org/jyamihud/FastLBRY-terminal/raw/master/icon.png"
  30. },
  31. "names": [
  32. "Fast LBRY",
  33. "flbry"
  34. ],
  35. "networks_read": [
  36. "LBRY"
  37. ],
  38. "networks_write": [
  39. "LBRY"
  40. ],
  41. "platforms": [
  42. "GNU/Linux",
  43. "Web"
  44. ]
  45. }