File: XS.pm

package info (click to toggle)
polymake 4.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,888 kB
  • sloc: cpp: 168,933; perl: 43,407; javascript: 31,575; ansic: 3,007; java: 2,654; python: 632; sh: 268; xml: 117; makefile: 61
file content (9 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
# We are using a modified copy of JSON::XS integrated into the polymake core library.
# See JSON-XS.xxs for reasons.

package JSON::XS;
use Polymake::Ext;

our $VERSION = 3.04;

1;