Skip to content

cue-lang/libcue

Folders and files

NameName
Last commit message
Last commit date
Sep 6, 2024
Sep 6, 2024
Sep 6, 2024
Apr 8, 2024
Mar 20, 2024
Mar 20, 2024
Mar 20, 2024
Mar 20, 2024
Apr 2, 2024
Mar 20, 2024
Mar 20, 2024
Mar 20, 2024
Apr 2, 2024
Mar 20, 2024
Apr 2, 2024
Mar 20, 2024
Apr 8, 2024
Apr 8, 2024
Mar 20, 2024
Mar 20, 2024
Mar 20, 2024
Mar 20, 2024
Mar 20, 2024
Mar 20, 2024
Mar 20, 2024

Repository files navigation

libcue: use CUE from C and C-like languages

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

Building

Building both as a static archive and a shared object is supported.

go build -o libcue.so -buildmode=c-shared
go build -o libcue.a -buildmode=c-archive

Using

Include cue.h in your C code and link with libcue (either statically or dynamically).

Issue tracking

Please raise all issues in the main CUE repository, giving the title of the issue a libcue: prefix.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published