Skip to content

Include C-API shared library in release bundles #25

Description

@flgaertig

The prebuilt release bundles only ship parakeet-cli. Would be great to also include the C-API shared library and header:

  • parakeet.dll (Windows) / libparakeet.so (Linux) / libparakeet.dylib (macOS)
  • parakeet_capi.h

This would enable direct integration via ctypes/dlopen without compiling from source. The C-API is already in the repo and actively maintained.
CI change: add -DPARAKEET_SHARED=ON and include the outputs in the package step.

Thanks for the great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions