[Pkg-ocaml-maint-commits] r5899 - in /trunk/packages/json-wheel: ./ tarballs/ trunk/ trunk/debian/

2008-08-01 Thread toots
Author: toots
Date: Fri Aug  1 07:24:15 2008
New Revision: 5899

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5899
Log:
Initial packaging for json-wheel

Added:
trunk/packages/json-wheel/tarballs/
trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz   (with 
props)
trunk/packages/json-wheel/trunk/
trunk/packages/json-wheel/trunk/debian/
trunk/packages/json-wheel/trunk/debian/changelog
trunk/packages/json-wheel/trunk/debian/compat
trunk/packages/json-wheel/trunk/debian/control
trunk/packages/json-wheel/trunk/debian/control.in
trunk/packages/json-wheel/trunk/debian/copyright
trunk/packages/json-wheel/trunk/debian/jsoncat.1
trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.docs
trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in
trunk/packages/json-wheel/trunk/debian/manpages
trunk/packages/json-wheel/trunk/debian/rules   (with props)
trunk/packages/json-wheel/trunk/debian/svn-deblayout
trunk/packages/json-wheel/trunk/debian/watch
Modified:
trunk/packages/json-wheel/   (props changed)

Propchange: trunk/packages/json-wheel/
--
--- svn:ignore (added)
+++ svn:ignore Fri Aug  1 07:24:15 2008
@@ -1,0 +1,1 @@
+build-area

Added: trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz?rev=5899&op=file
==
Binary file - no diff available.

Propchange: trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz
--
svn:mime-type = application/octet-stream

Added: trunk/packages/json-wheel/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/changelog?rev=5899&op=file
==
--- trunk/packages/json-wheel/trunk/debian/changelog (added)
+++ trunk/packages/json-wheel/trunk/debian/changelog Fri Aug  1 07:24:15 2008
@@ -1,0 +1,7 @@
+json-wheel (1.0.4-1) unstable; urgency=low
+
+  * Initial release and upload to unstable
+Closes: #493105
+
+ -- Romain Beauxis <[EMAIL PROTECTED]>  Fri, 01 Aug 2008 08:55:56 +0200
+

Added: trunk/packages/json-wheel/trunk/debian/compat
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/compat?rev=5899&op=file
==
--- trunk/packages/json-wheel/trunk/debian/compat (added)
+++ trunk/packages/json-wheel/trunk/debian/compat Fri Aug  1 07:24:15 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/json-wheel/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control?rev=5899&op=file
==
--- trunk/packages/json-wheel/trunk/debian/control (added)
+++ trunk/packages/json-wheel/trunk/debian/control Fri Aug  1 07:24:15 2008
@@ -1,0 +1,24 @@
+Source: json-wheel
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
+Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, ocaml-findlib
+Standards-Version: 3.8.0
+Homepage: http://martin.jambon.free.fr/json-wheel.html
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
+
+Package: libjson-wheel-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}
+Description: OCaml API to JSON data format
+ json-wheel provides an API to generate and read JSON
+ data from an OCaml program. It maps each types of data
+ defined in the JSON specification to a typed variable
+ in OCaml
+ .
+ json-wheel can also be used in conjonction with 
+ json-static to provide a convenient syntax extension
+ to OCaml dedicated to parsing an validating JSON
+ data.

Added: trunk/packages/json-wheel/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control.in?rev=5899&op=file
==
--- trunk/packages/json-wheel/trunk/debian/control.in (added)
+++ trunk/packages/json-wheel/trunk/debian/control.in Fri Aug  1 07:24:15 2008
@@ -1,0 +1,24 @@
+Source: json-wheel
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
+Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
+Build-Depends: @cdbs@, ocaml-findlib
+Standards-Version: 3.8.0
+Homepage: http://martin.jambon.free.fr/json-wheel.html
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
+
+Package: libjson-wheel-

[Pkg-ocaml-maint-commits] r5900 - in /trunk/packages/json-wheel/trunk/debian: control control.in

2008-08-01 Thread toots
Author: toots
Date: Fri Aug  1 07:32:55 2008
New Revision: 5900

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5900
Log:
Added missing dep and build-dep..

Modified:
trunk/packages/json-wheel/trunk/debian/control
trunk/packages/json-wheel/trunk/debian/control.in

Modified: trunk/packages/json-wheel/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control?rev=5900&op=diff
==
--- trunk/packages/json-wheel/trunk/debian/control (original)
+++ trunk/packages/json-wheel/trunk/debian/control Fri Aug  1 07:32:55 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
 Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, ocaml-findlib
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, 
ocaml-findlib, libocamlnet-ocaml-dev
 Standards-Version: 3.8.0
 Homepage: http://martin.jambon.free.fr/json-wheel.html
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
@@ -11,7 +11,7 @@
 Package: libjson-wheel-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ocaml-dev, 
${shlibs:Depends}
 Description: OCaml API to JSON data format
  json-wheel provides an API to generate and read JSON
  data from an OCaml program. It maps each types of data

Modified: trunk/packages/json-wheel/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control.in?rev=5900&op=diff
==
--- trunk/packages/json-wheel/trunk/debian/control.in (original)
+++ trunk/packages/json-wheel/trunk/debian/control.in Fri Aug  1 07:32:55 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
 Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
-Build-Depends: @cdbs@, ocaml-findlib
+Build-Depends: @cdbs@, ocaml-findlib, libocamlnet-ocaml-dev
 Standards-Version: 3.8.0
 Homepage: http://martin.jambon.free.fr/json-wheel.html
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
@@ -11,7 +11,7 @@
 Package: libjson-wheel-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ocaml-dev, 
${shlibs:Depends}
 Description: OCaml API to JSON data format
  json-wheel provides an API to generate and read JSON
  data from an OCaml program. It maps each types of data


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5901 - in /trunk/packages/mldonkey/trunk/debian: changelog po/sv.po

2008-08-01 Thread smimram
Author: smimram
Date: Fri Aug  1 10:58:01 2008
New Revision: 5901

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5901
Log:
Added Swedish translation of the debconf templates.

Added:
trunk/packages/mldonkey/trunk/debian/po/sv.po
Modified:
trunk/packages/mldonkey/trunk/debian/changelog

Modified: trunk/packages/mldonkey/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mldonkey/trunk/debian/changelog?rev=5901&op=diff
==
--- trunk/packages/mldonkey/trunk/debian/changelog (original)
+++ trunk/packages/mldonkey/trunk/debian/changelog Fri Aug  1 10:58:01 2008
@@ -2,11 +2,12 @@
 
   [ Samuel Mimram ]
   * Enable directconnect protocol, closes: #481332.
+  * Added Swedish translation of the debconf templates, closes: #493175.
 
   [ Esko Arajärvi ]
   * Added Finnish translation of the debconf templates (Closes: #492549)
 
- -- Stephane Glondu <[EMAIL PROTECTED]>  Sun, 27 Jul 2008 21:28:37 +0200
+ -- Samuel Mimram <[EMAIL PROTECTED]>  Fri, 01 Aug 2008 12:56:46 +0200
 
 mldonkey (2.9.5-1) unstable; urgency=low
 

Added: trunk/packages/mldonkey/trunk/debian/po/sv.po
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mldonkey/trunk/debian/po/sv.po?rev=5901&op=file
==
--- trunk/packages/mldonkey/trunk/debian/po/sv.po (added)
+++ trunk/packages/mldonkey/trunk/debian/po/sv.po Fri Aug  1 10:58:01 2008
@@ -1,0 +1,413 @@
+# Swedish po-debconf for mldonkey
+# Copyright (C) 2008 Martin Bagge <[EMAIL PROTECTED]>
+# This file is distributed under the same license as the mldonkey package.
+# Martin Bagge <[EMAIL PROTECTED]>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: mldonkey\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2008-05-05 22:32+0200\n"
+"PO-Revision-Date: 2008-08-01 02:18+0100\n"
+"Last-Translator: Martin Bagge <[EMAIL PROTECTED]>\n"
+"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Swedish\n"
+"X-Poedit-Country: Sweden\n"
+
+#. Type: note
+#. Description
+#: ../mldonkey-server.templates:1001
+msgid "Bug #200500"
+msgstr "Bugg #200500"
+
+#. Type: note
+#. Description
+#: ../mldonkey-server.templates:1001
+msgid ""
+"Previous versions of mldonkey-server suffer from a serious DFSG policy "
+"violation."
+msgstr "Tidigare version av mldonkey-server bröt mot DFSG."
+
+#. Type: note
+#. Description
+#: ../mldonkey-server.templates:1001
+msgid ""
+"The plugin for the fasttrack protocol (e.g. used by kazaa) of mldonkey-"
+"server was made with illegal coding practice. This version fixes the problem "
+"by removing this plugin from the MLDonkey package. Any fasttrack sources "
+"will be filtered out of your files.ini."
+msgstr ""
+"Insticket för fasttrack-protokollet (användas av bl.a. Kazaa) för 
mldonkey-"
+"server togs fram på ett felaktigt sätt. Den här versionen åtgärdar detta 
"
+"problemet genom att insticket tas bort från paketet. Fasttrack-källor 
kommer "
+"att filtreras bort från din files.ini."
+
+#. Type: note
+#. Description
+#: ../mldonkey-server.templates:1001
+msgid ""
+"Your entire fasttrack upload will disappear with the next restart of the "
+"mldonkey server."
+msgstr ""
+"Hela din kö med fasttrack-uppladdningar kommer att försvinna när mldonkey-"
+"server startas om nästa gång."
+
+#. Type: note
+#. Description
+#: ../mldonkey-server.templates:1001
+msgid "See /usr/share/doc/mldonkey-server/README.Debian for more information."
+msgstr ""
+"Läs mer i /usr/share/doc/mldonkey-server/README.Debian för ytterligare "
+"information."
+
+#. Type: boolean
+#. Description
+#: ../mldonkey-server.templates:2001
+msgid "Launch MLDonkey at startup?"
+msgstr "Starta MLDonkey vid systemets uppstart?"
+
+#. Type: boolean
+#. Description
+#: ../mldonkey-server.templates:2001
+msgid ""
+"If enabled, each time your machine starts, the MLDonkey server will be "
+"started."
+msgstr ""
+"Om detta alternativ aktiveras kommer MLDonkey-server att startas varje gång "
+"maskinen startas."
+
+#. Type: boolean
+#. Description
+#: ../mldonkey-server.templates:2001
+msgid ""
+"Otherwise, you will need to launch MLDonkey yourself each time you want to "
+"use it."
+msgstr ""
+"I annat fall måste du starta MLDonkey manuellt varje gång du vill använda "
+"det."
+
+#. Type: string
+#. Description
+#: ../mldonkey-server.templates:3001
+msgid "MLDonkey user:"
+msgstr "MLDonkey-användare:"
+
+#. Type: string
+#. Description
+#: ../mldonkey-server.templates:3001
+msgid "Define the user who will run the MLDonkey server process."
+msgstr "Ange vilken användare som ska köra MLDonkey-servern."
+
+#. Type: string
+#. Description
+#: ../mldonkey-server.templates:3001
+msgid ""
+"Please do not choose a real user. For security reasons it is better if th

[Pkg-ocaml-maint-commits] r5902 - /trunk/packages/json-static/

2008-08-01 Thread toots
Author: toots
Date: Sat Aug  2 01:20:06 2008
New Revision: 5902

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5902
Log:
Initial directory for json-static

Added:
trunk/packages/json-static/


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. debian/1.0.2-1-2-g0c20c0a

2008-08-01 Thread Guido Guenther
The following commit has been merged in the master branch:
commit a7cbb9d2a93cc0e64b75536efa4606041a2e6f13
Author: Guido Guenther <[EMAIL PROTECTED]>
Date:   Sat Aug 2 03:15:03 2008 +0200

fix build dependencies

diff --git a/debian/control b/debian/control
index 9c69dfe..b8c6a58 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: virt-top
 Section: admin
 Priority: extra
 Maintainer: Guido Guenther <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 6), autotools-dev, ocaml-nox, 
ocaml-findlib, quilt
+Build-Depends: cdbs, debhelper (>= 6), autotools-dev, ocaml-nox, 
ocaml-findlib, quilt,
  libvirt-ocaml-dev, libcurses-ocaml-dev, libcsv-ocaml-dev, 
libgettext-ocaml-dev, libxml-light-ocaml-dev
 Standards-Version: 3.7.3
 Homepage: http://et.redhat.com/~rjones/virt-top/

-- 
virt-top packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. debian/1.0.2-1-2-g0c20c0a

2008-08-01 Thread Guido Guenther
The following commit has been merged in the master branch:
commit 0c20c0a01a6b87f0fc045b6c2a77e7a70f6e8d2a
Author: Guido Guenther <[EMAIL PROTECTED]>
Date:   Sat Aug 2 03:16:05 2008 +0200

document changes and release 1.0.2-2

diff --git a/debian/changelog b/debian/changelog
index 7260bfa..6b04e31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+virt-top (1.0.2-2) unstable; urgency=low
+
+  * [a7cbb9d] fix build dependencies
+
+ -- Guido Guenther <[EMAIL PROTECTED]>  Sat, 02 Aug 2008 03:15:55 +0200
+
 virt-top (1.0.2-1) unstable; urgency=low
 
   * [ef74dca] new upstream version 1.0.2

-- 
virt-top packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] virt-top packaging annotated tag, debian/1.0.2-2, created. debian/1.0.2-2

2008-08-01 Thread Guido Guenther
The annotated tag, debian/1.0.2-2 has been created
at  7b2ffde30924239ea22c71bd1a474849def11d3d (tag)
   tagging  0c20c0a01a6b87f0fc045b6c2a77e7a70f6e8d2a (commit)
  replaces  debian/1.0.2-1
 tagged by  Guido Guenther
on  Sat Aug 2 03:19:06 2008 +0200

- Shortlog 
Debian release 1.0.2-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQBIk7YLn88szT8+ZCYRArDmAJ9xis/hMlIxGUxnc/bNckoUauKoMwCfaO0f
tvia53YP461qMMfpWOBAyVk=
=99v2
-END PGP SIGNATURE-

Guido Guenther (2):
  fix build dependencies
  document changes and release 1.0.2-2

---

-- 
virt-top packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5903 - in /trunk/packages/json-static: ./ tarballs/ trunk/ trunk/debian/

2008-08-01 Thread toots
Author: toots
Date: Sat Aug  2 01:44:40 2008
New Revision: 5903

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5903
Log:
Initial packaging for json-static...

Added:
trunk/packages/json-static/tarballs/
trunk/packages/json-static/tarballs/json-static_0.9.6.orig.tar.gz   (with 
props)
trunk/packages/json-static/trunk/
trunk/packages/json-static/trunk/debian/
trunk/packages/json-static/trunk/debian/changelog
trunk/packages/json-static/trunk/debian/compat
trunk/packages/json-static/trunk/debian/control
trunk/packages/json-static/trunk/debian/control.in
trunk/packages/json-static/trunk/debian/copyright
trunk/packages/json-static/trunk/debian/libjson-static-camlp4-dev.docs   
(with props)
trunk/packages/json-static/trunk/debian/libjson-static-camlp4-dev.examples  
 (with props)

trunk/packages/json-static/trunk/debian/libjson-static-camlp4-dev.install.in   
(with props)
trunk/packages/json-static/trunk/debian/rules   (with props)
trunk/packages/json-static/trunk/debian/svn-deblayout
trunk/packages/json-static/trunk/debian/watch
Modified:
trunk/packages/json-static/   (props changed)

Propchange: trunk/packages/json-static/
--
--- svn:ignore (added)
+++ svn:ignore Sat Aug  2 01:44:40 2008
@@ -1,0 +1,1 @@
+build-area

Added: trunk/packages/json-static/tarballs/json-static_0.9.6.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/tarballs/json-static_0.9.6.orig.tar.gz?rev=5903&op=file
==
Binary file - no diff available.

Propchange: trunk/packages/json-static/tarballs/json-static_0.9.6.orig.tar.gz
--
svn:mime-type = application/octet-stream

Added: trunk/packages/json-static/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/debian/changelog?rev=5903&op=file
==
--- trunk/packages/json-static/trunk/debian/changelog (added)
+++ trunk/packages/json-static/trunk/debian/changelog Sat Aug  2 01:44:40 2008
@@ -1,0 +1,7 @@
+json-static (0.9.6-1) unstable; urgency=low
+
+  * Initial release and upload to unstable
+Closes: #493109
+
+ -- Romain Beauxis <[EMAIL PROTECTED]>  Sat, 02 Aug 2008 03:29:47 +0200
+

Added: trunk/packages/json-static/trunk/debian/compat
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/debian/compat?rev=5903&op=file
==
--- trunk/packages/json-static/trunk/debian/compat (added)
+++ trunk/packages/json-static/trunk/debian/compat Sat Aug  2 01:44:40 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/json-static/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/debian/control?rev=5903&op=file
==
--- trunk/packages/json-static/trunk/debian/control (added)
+++ trunk/packages/json-static/trunk/debian/control Sat Aug  2 01:44:40 2008
@@ -1,0 +1,25 @@
+Source: json-static
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
+Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, 
ocaml-findlib, camlp4-extra
+Standards-Version: 3.8.0
+Homepage: http://martin.jambon.free.fr/json-static.html
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/
+
+Package: libjson-static-camlp4-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, camlp4
+Description: JSON validator and converter for OCaml
+ json-static is a tool for converting parsed JSON data 
+ with an unchecked structure into specialized OCaml 
+ types and vice-versa. 
+ . 
+ By reading a type definition, the preprocessor inserts 
+ code that converts between OCaml types and untyped 
+ JSON data.
+ . 
+ Type definitions are written in a syntax which is 
+ very close to regular OCaml type definitions.

Added: trunk/packages/json-static/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-static/trunk/debian/control.in?rev=5903&op=file
==
--- trunk/packages/json-static/trunk/debian/control.in (added)
+++ trunk/packages/json-static/trunk/debian/control.in Sat Aug  2 01:44:40 2008
@@ -1,0 +1,25 @@
+Source: json-static
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
+Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
+Build-Depends: @cdbs@, ocaml-findlib, camlp4-extra
+Standards-Version: 3.8.0
+Homepage: http://martin.jambon.free.fr/json-