Package: wnpp Severity: wishlist Owner: Stéphane Glondu <glo...@debian.org> X-Debbugs-Cc: debian-devel@lists.debian.org, debian-ocaml-ma...@lists.debian.org
* Package name : ocaml-gmap Version : 0.3.0 Upstream Author : Hannes Mehnert * URL : https://github.com/hannesm/gmap * License : ISC Programming Lang: OCaml Description : heterogenous maps over a GADT for OCaml Gmap exposes the functor Make which takes a key type (a GADT 'a key) and outputs a type-safe Map where each 'a key is associated with a 'a value. This removes the need for additional packing. It uses OCaml's stdlib Map data structure. This is a new dependency of ocsigenserver.