Skip to content

indoorvivants/sn-bindgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b08b8d · Feb 1, 2025
Jan 16, 2025
Jan 16, 2025
Feb 1, 2025
Feb 1, 2025
Jan 5, 2025
Nov 19, 2023
Oct 27, 2024
Feb 1, 2025
Jun 13, 2023
Aug 13, 2022
Jan 5, 2025
Oct 27, 2024
Jan 5, 2025
Feb 2, 2024
Jan 16, 2025
Nov 23, 2024
Nov 25, 2024

Repository files navigation

Bindings generator for Scala 3 Native

bindgen-interface Scala version support

Distributed as a SBT plugin and a CLI program, this project generates idiomatic Scala 3 Native bindings to C libraries using libclang.

Status (February 2024): project it actively maintained, and is used in several applications

  • Generates glue C code to work around Scala Native's missing interop features
  • Strongly typed (where possible) interfaces to structs, unions, and functions
  • Supports named enums
  • Collects unnamed enums into a single location
  • Extra flags to work around compiler deficiencies