{"id":15147465,"url":"https://github.com/infolektuell/gradle-jextract","last_synced_at":"2025-10-11T09:16:21.554Z","repository":{"id":257224529,"uuid":"850597589","full_name":"infolektuell/gradle-jextract","owner":"infolektuell","description":"Gradle plugin that generates Java bindings from native library headers using Jextract","archived":false,"fork":false,"pushed_at":"2024-11-08T11:42:26.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T06:42:45.290Z","etag":null,"topics":["ffm","foreign-function-interface","gradle","java","native","panama"],"latest_commit_sha":null,"homepage":"https://plugins.gradle.org/plugin/de.infolektuell.jextract","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/infolektuell.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-01T08:35:10.000Z","updated_at":"2025-01-13T11:44:16.000Z","dependencies_parsed_at":"2024-09-15T12:08:36.056Z","dependency_job_id":"46f2c44e-e4d6-460d-b1ff-0688d724e8c9","html_url":"https://github.com/infolektuell/gradle-jextract","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"1a093844a24a5ff4a49683c351640b3cdf8622da"},"previous_names":["infolektuell/gradle-jextract"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infolektuell%2Fgradle-jextract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infolektuell%2Fgradle-jextract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infolektuell%2Fgradle-jextract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infolektuell%2Fgradle-jextract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infolektuell","download_url":"https://codeload.github.com/infolektuell/gradle-jextract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574091,"owners_count":20960496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ffm","foreign-function-interface","gradle","java","native","panama"],"created_at":"2024-09-26T12:41:35.933Z","updated_at":"2025-10-11T09:16:21.544Z","avatar_url":"https://github.com/infolektuell.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gradle Jextract Plugin\n\n[![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/de.infolektuell.jextract)](https://plugins.gradle.org/plugin/de.infolektuell.jextract)\n\nThis is a Gradle plugin that adds [Jextract] to a Gradle build. \n\n## Quick Start\n\n```kts\nplugins {\n    `java-library`\n    id(\"de.infolektuell.jextract\") version \"x.y.z\"\n}\n\nrepositories {\n    mavenCentral()\n}\n\njava {\n    toolchain {\n        languageVersion = JavaLanguageVersion.of(22)\n    }\n}\n\njextract.libraries {\n  val greeting by registering {\n    header = layout.projectDirectory.file(\"src/main/public/greeting.h\")\n    headerClassName = \"Greeting\"\n    targetPackage = \"com.example.greeting\"\n    useSystemLoadLibrary = true\n    libraries.add(\"greeting\")\n  }\n  sourceSets.named(\"main\") {\n    jextract.libraries.addLater(greeting)\n  }\n}\n```\n\nPlease visit the [Setup guide] on the documentation website for more details.\n\n## Change history\n\nSee GitHub Releases or the [changelog file](CHANGELOG.md) for releases and changes.\n\n## License\n\n[MIT License](LICENSE.txt)\n\n[jextract]: https://jdk.java.net/jextract/\n[setup guide]: https://infolektuell.github.io/gradle-jextract/start/setup/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfolektuell%2Fgradle-jextract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfolektuell%2Fgradle-jextract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfolektuell%2Fgradle-jextract/lists"}