diff options
Diffstat (limited to 'textproc/p5-TOML/pkg-descr')
-rw-r--r-- | textproc/p5-TOML/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-TOML/pkg-descr b/textproc/p5-TOML/pkg-descr new file mode 100644 index 000000000000..59dcd3dd3a2b --- /dev/null +++ b/textproc/p5-TOML/pkg-descr @@ -0,0 +1,6 @@ +TOML implements a parser for Tom's Obvious, Minimal Language, as defined at [1]. +TOML exports two subroutines, from_toml and to_toml. + +[1] https://github.com/mojombo/toml + +WWW: http://search.cpan.org/dist/TOML/ |