this repo has no description

Package dmap.0.4

Changed files
+43
packages
dmap
dmap.0.4
+43
packages/dmap/dmap.0.4/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A library that implements dependent (heterogeneous) maps"
+
description: """
+
A library that implements dependent (heterogeneous) maps.
+
The type of keys is indexed by the type of the associated values, so
+
that the maps might contain data whose types may depend on the values of
+
keys. It is adapted from the implementation code for maps that is used by
+
the standard library."""
+
maintainer: ["Benoît Montagu <benoit.montagu@inria.fr>"]
+
authors: ["Benoît Montagu <benoit.montagu@inria.fr>"]
+
license: "LGPL-2.1"
+
homepage: "https://gitlab.inria.fr/bmontagu/dmap"
+
bug-reports: "https://gitlab.inria.fr/bmontagu/dmap/-/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.08"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://gitlab.inria.fr/bmontagu/dmap"
+
url {
+
src: "https://gitlab.inria.fr/bmontagu/dmap/-/archive/0.4/dmap-0.4.tar.gz"
+
checksum: [
+
"md5=da60fe8b3bffa3c3512fcc5ec3a9b20c"
+
"sha512=ffa35862f7fe726513fc8e0a935495e134a13e422a964abdead7e719ad80b1bf1d7d1f9e292cdbfa53361fdbb2448c81f849a8f7fd29fb880e578b9620140fe5"
+
]
+
}