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.

38 lines
1.8KB

  1. {
  2. "id": "juced",
  3. "name": "JUCED classes",
  4. "version": "2.0.8",
  5. "description": "Miscellaneous classes from the JUCETICE project.",
  6. "website": "http://code.google.com/p/juced/",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_audio_basics", "version": "matching" },
  9. { "id": "juce_audio_devices", "version": "matching" },
  10. { "id": "juce_audio_formats", "version": "matching" },
  11. { "id": "juce_audio_processors", "version": "matching" },
  12. { "id": "juce_audio_utils", "version": "matching" },
  13. { "id": "juce_core", "version": "matching" },
  14. { "id": "juce_data_structures", "version": "matching" },
  15. { "id": "juce_events", "version": "matching" },
  16. { "id": "juce_graphics", "version": "matching" },
  17. { "id": "juce_gui_basics", "version": "matching" },
  18. { "id": "juce_gui_extra", "version": "matching" } ],
  19. "include": "juced.h",
  20. "compile": [ { "file": "juced.cpp", "target": "! xcode" },
  21. { "file": "juced.mm", "target": "xcode" } ],
  22. "browse": [ "audio/*",
  23. "base/*",
  24. "containers/*",
  25. "controls/*",
  26. "database/*",
  27. "dependancies/*",
  28. "lookandfeel/*",
  29. "network/*",
  30. "scripting/*",
  31. "testing/*",
  32. "utils/*" ]
  33. }