A gleam library for parsing kicad footprint files and symbol libraries
Find a file
Lily Rose fc267c55e9
Some checks are pending
test / test (push) Waiting to run
Improve parsing speed by switching to BitArray
2025-07-23 23:20:25 +10:00
.github/workflows Initial commit 2025-07-23 12:29:02 +10:00
src Improve parsing speed by switching to BitArray 2025-07-23 23:20:25 +10:00
test Initial commit 2025-07-23 12:29:02 +10:00
.gitignore Initial commit 2025-07-23 12:29:02 +10:00
gleam.toml Initial commit 2025-07-23 12:29:02 +10:00
manifest.toml Initial commit 2025-07-23 12:29:02 +10:00
README.md Initial commit 2025-07-23 12:29:02 +10:00
test.kicad_mod Initial commit 2025-07-23 12:29:02 +10:00
test2.kicad_mod Initial commit 2025-07-23 12:29:02 +10:00
test3.kicad_mod Initial commit 2025-07-23 12:29:02 +10:00

kicad_sexpr

Package Version Hex Docs

gleam add kicad_sexpr@1
import kicad_sexpr

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/kicad_sexpr.

Development

gleam run   # Run the project
gleam test  # Run the tests