# Packages
Package dart provides backends for Dart (https://dart.dev) using the Dart package manager Pub.dev (https://pub.dev).
Package dotnet provides a backend for c# using dotnet and nuget.org.
Package elisp provides a backend for Emacs Lisp using Cask.
Package java provides a backend for Java using maven.
Package nodejs provides backends for Node.js using Yarn, PNPM and NPM.
No description provided by the author
Package python provides backends for Python 2 and 3 using Poetry and pip.
No description provided by the author
Package ruby provides a backend for Ruby using Bundler.
Package rust provides a backend for Rust using Cargo.
# Functions
GetBackend returns the language backend for a given --lang argument value.
GetBackendNames returns a slice of the canonical names (e.g.
SetupAll panics if any registered language backend does not implement its mandatory fields.
# Structs
No description provided by the author