Feature Request
Expand language support beyond the current 20+ languages.
Missing Languages
- Nim -
*.nimble package files
- OCaml -
dune-project, opam files
- Clojure -
deps.edn, project.clj
- Erlang -
rebar.config
- Julia -
Project.toml
- V -
v.mod
- Gleam -
gleam.toml
How Each Language Needs
- Package file parser (extract name, version, dependencies)
- Entry point detection
- Framework detection patterns
- Test in
tests/languages/
Feature Request
Expand language support beyond the current 20+ languages.
Missing Languages
*.nimblepackage filesdune-project,opamfilesdeps.edn,project.cljrebar.configProject.tomlv.modgleam.tomlHow Each Language Needs
tests/languages/