MOPS - on-chain package manager for Motoko!

New features in Mops

Dev dependencies

Dev dependencies are not installed when someone installs your package.
Useful when you use some packages for testing only.

Example:

mops add test --dev

or in mops.toml

[dev-dependencies]
test = "1.0.0"

New command "mops test"

Mops can run tests now.
More information Motoko unit testing with Mops

New command "mops template"

You can set up a GitHub workflow to run Motoko tests with just one command!

image

Syntax highlighting

mops.one now has syntax highlighting on the package page!

Package download trend

image

Package Version History

Click on a version to view information about a specific version.

Package Dependencies

Package Dependents

New packages published on mops

  • fuzz - Motoko fuzzing library
  • maf - Motoko async data deliveries
  • test - Motoko testing library to run tests with mops
  • sha3 - Motoko Sha3/Keccak library
  • xml - A library for encoding and decoding XML
  • bitbuffer - A buffer for bit level and byte level manipulation
  • buffer-deque - A Buffer with the functionality of a Deque for efficient insertion and deletion at both ends.
  • ic-certification - Certification and Canister Signatures
  • map - Stable hash maps for Motoko
  • merkle-patricia-trie - A Merkle Patricia Trie implementation following the Ethereum specification
8 Likes