Replies: 1 comment
-
/cc @greenhat @bobbinth Let's use this as an outline for our discussion today |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here are some notes I sketched up around packaging that we can use as a starting point for discussion. I'll try to come back and expand/update this as our plans evolve:
Packaging
for staging a package, as well as exploring the contents in the shell natively
properties here, as it can be extended with vendor-specific extensions via PAX without breaking compatibility
with tools that understand the tar format, and is easily paired with different compression algorithms
(e.g. gzip/zstd)
.mbpf
or.mbp
(Miden Binary Package Format, no known uses of these that I'm aware of).mc
or.mcf
or.mcp
(Miden Component Package/Format).mastp
(MAST package).masmp
(Miden Assembly Package, bit of a misnomer)where a semantic version is resolved and then the hashes of the resolved
package are used under the covers
if they contain different hashes for any of the exports, but we could
allow changes to a package that are superficial in nature (e.g. changing
documentation, if part of a package)
Beta Was this translation helpful? Give feedback.
All reactions