A gleam library for parsing kicad footprint files and symbol libraries
Find a file
2025-07-24 17:45:33 +10:00
.github/workflows Initial commit 2025-07-23 12:29:02 +10:00
src Add name_string decoder 2025-07-24 17:45:33 +10:00
test Move benchmarks to tests 2025-07-24 17:45:23 +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
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