|
| 1 | +{ |
| 2 | + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
| 3 | + "@type": "SoftwareSourceCode", |
| 4 | + "name": "Sandbox", |
| 5 | + "description": "Experimental Eclipse JDT cleanup plugins, quick fixes and related tooling for Eclipse-based Java development.", |
| 6 | + "codeRepository": "https://github.com/carstenartur/sandbox", |
| 7 | + "issueTracker": "https://github.com/carstenartur/sandbox/issues", |
| 8 | + "license": "https://spdx.org/licenses/EPL-2.0", |
| 9 | + "version": "1.3.2-SNAPSHOT", |
| 10 | + "programmingLanguage": [ |
| 11 | + "Java" |
| 12 | + ], |
| 13 | + "runtimePlatform": "Eclipse, Java 21, Maven, Tycho", |
| 14 | + "applicationCategory": "Developer Tools, Static Analysis, Eclipse Plugin", |
| 15 | + "keywords": [ |
| 16 | + "Eclipse", |
| 17 | + "Eclipse JDT", |
| 18 | + "Java", |
| 19 | + "Refactoring", |
| 20 | + "Cleanup", |
| 21 | + "Quick Fix", |
| 22 | + "Static Analysis", |
| 23 | + "JUnit", |
| 24 | + "Encoding", |
| 25 | + "Streams", |
| 26 | + "AST" |
| 27 | + ], |
| 28 | + "author": { |
| 29 | + "@type": "Person", |
| 30 | + "@id": "https://orcid.org/0009-0005-1047-6381", |
| 31 | + "givenName": "Carsten", |
| 32 | + "familyName": "Hammer", |
| 33 | + "url": "https://github.com/carstenartur" |
| 34 | + }, |
| 35 | + "maintainer": { |
| 36 | + "@type": "Person", |
| 37 | + "@id": "https://orcid.org/0009-0005-1047-6381", |
| 38 | + "givenName": "Carsten", |
| 39 | + "familyName": "Hammer", |
| 40 | + "url": "https://github.com/carstenartur" |
| 41 | + }, |
| 42 | + "developmentStatus": "active", |
| 43 | + "softwareRequirements": [ |
| 44 | + "Java 21+", |
| 45 | + "Maven", |
| 46 | + "Eclipse target platform" |
| 47 | + ] |
| 48 | +} |
0 commit comments