A gleam library for parsing kicad footprint files and symbol libraries
Find a file
2025-07-24 21:39:13 +10:00
.github/workflows Initial commit 2025-07-23 12:29:02 +10:00
src Fix remaining legacy parsing issues 2025-07-24 21:33:52 +10:00
test Check file extensions for tests 2025-07-24 21:39:13 +10:00
test_files Fix parsing issues 2025-07-24 18:57:48 +10:00
.gitignore Initial commit 2025-07-23 12:29:02 +10:00
gleam.toml Move benchmarks to tests 2025-07-24 17:45:23 +10:00
manifest.toml Move benchmarks to tests 2025-07-24 17:45:23 +10:00
README.md 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