You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-mujson
|
|
version 1.4
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Use the fastest JSON functions available at import time.
|
|
long_description mujson lets python libraries make use of the most \
|
|
performant JSON functions available at import \
|
|
time. It is small, and does not itself implement \
|
|
any encoding or decoding functionality.
|
|
|
|
homepage https://github.com/mattgiles/mujson
|
|
|
|
checksums rmd160 c5347b2f8b0f05092aaf74e9fa3ea61229a437d4 \
|
|
sha256 27d9cf1b10e42d08dee8090bf5c7b036a990ed9fb4d135c112bde9ef51367271 \
|
|
size 6572
|
|
|
|
python.versions 313
|