The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
594B

  1. {
  2. "id": "juce_tracktion_marketplace",
  3. "name": "JUCE Tracktion marketplace support",
  4. "version": "3.0.8",
  5. "description": "JUCE classes for online product authentication via the Tracktion marketplace.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_data_structures", "version": "matching" } ],
  9. "include": "juce_tracktion_marketplace.h",
  10. "compile": [ { "file": "juce_tracktion_marketplace.cpp" } ],
  11. "browse": [ "marketplace/*" ]
  12. }