Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 643 Bytes

cue-api-java: use CUE from Java

This is a work in progress, expect constant churn and breakage.

Prerequisites

Java 22 is required for build, libcue is required at runtime.

Building

Run mvn build. Currently, the path to libcue is hardcoded in pom.xml, you might need to change that.

Using

TODO.

Known Limitations

The libcue bindings are pregenerated for macOS/arm64, other systems are unlikely to work.

Issue tracking

Please raise all issues in the main CUE repository, giving the title of the issue a cue-api-java: prefix.