1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ocaml 1.0 |
---|
6 | name caml-odn |
---|
7 | version 0.0.6 |
---|
8 | categories devel ml |
---|
9 | maintainers googlemail.com:benedikt.meurer |
---|
10 | license LGPL-2.1 |
---|
11 | description Store data using OCaml notation |
---|
12 | long_description This library uses type-conv to dump OCaml data structure \ |
---|
13 | using OCaml data notation. This kind of data dumping helps \ |
---|
14 | to write OCaml code generator, like OASIS. |
---|
15 | |
---|
16 | homepage http://forge.ocamlcore.org/projects/odn/ |
---|
17 | platforms darwin |
---|
18 | master_sites https://forge.ocamlcore.org/frs/download.php/638/ |
---|
19 | |
---|
20 | distname ocaml-data-notation-${version} |
---|
21 | |
---|
22 | checksums md5 32d916776f37c6439d52a0adf34da922 \ |
---|
23 | sha1 05428d7e260006e362764c118e60314223bcddaf \ |
---|
24 | rmd160 bd6d51e58b34de19c619f4db8f622caf32fd01d1 |
---|
25 | |
---|
26 | depends_lib port:caml-type-conv |
---|
27 | |
---|
28 | livecheck.type regex |
---|
29 | livecheck.url http://forge.ocamlcore.org/frs/?group_id=148 |
---|
30 | livecheck.regex {>ocaml-data-notation-(.*)\.tar\.gz} |
---|
31 | |
---|
32 | use_oasis yes |
---|
33 | |
---|