| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-b asic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
|---|
| 2 | # $Id: |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | PortGroup perl5 1.0 |
|---|
| 6 | |
|---|
| 7 | perl5.setup JSON-XS 2.2 |
|---|
| 8 | maintainers nomaintainer@macports.org |
|---|
| 9 | description JSON serialising/deserialising, done correctly and fast |
|---|
| 10 | long_description This module converts Perl data structures to JSON and \ |
|---|
| 11 | vice versa. Its primary goal is to be *correct* and its \ |
|---|
| 12 | secondary goal is to be *fast*. To reach the latter goal \ |
|---|
| 13 | it was written in C. |
|---|
| 14 | |
|---|
| 15 | homepage http://search.cpan.org/dist/JSON-XS/ |
|---|
| 16 | |
|---|
| 17 | platforms darwin |
|---|
| 18 | |
|---|
| 19 | checksums md5 21d641c8e630ba986bb0648a59ed6520 \ |
|---|
| 20 | sha1 0d60487cd4aaa23161e0a39d77dc1b943702b63b |
|---|