Skip to content

dustlang/dustpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dustpkg

dustpkg is now expressed in the currently supported top-level Dust grammar profile:

  • single executable unit: src/main.ds
  • entrypoint form: K main { ... }

This profile is designed to build with the current dust compiler parser without forge/proc namespace syntax.

Build

From dust/ compiler workspace:

CARGO_HOME=/tmp/cargo-home cargo run -p dust -- build ../dustpkg/src --out ../dustpkg/target/dust/dustpkg

Notes

  • The previous Rust crate layout (Cargo.toml, Cargo.lock, and crates/dustpkg) was retired for Dust-native migration.
  • Existing docs are retained for product intent and roadmap continuity.

About

Package manager with reproducible builds baked in

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors