pyodide/packages/msgspec/meta.yaml

17 lines
561 B
YAML
Raw Normal View History

package:
name: msgspec
version: 0.18.4
top-level:
- msgspec
source:
sha256: cb62030bd6b1a00b01a2fcb09735016011696304e6b1d3321e58022548268d3e
url: https://files.pythonhosted.org/packages/f2/5f/d202be1baac094064d3c4d2bd926b5ff83002fe411410b225d0c88f8c5ba/msgspec-0.18.4.tar.gz
about:
home: https://jcristharif.com/msgspec
PyPI: https://pypi.org/project/msgspec
summary: A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML.
license: BSD-3-Clause
extra:
recipe-maintainers:
- bollwyvl