File: trie.opam

package info (click to toggle)
ocaml-trie 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: ml: 70; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
opam-version: "2.0"
maintainer: "zandoye@gmail.com"
authors: [ "ZAN DoYe" ]
homepage: "https://github.com/kandu/trie/"
bug-reports: "https://github.com/kandu/trie/issues"
license: "MIT"
synopsis: "Strict impure trie tree"
dev-repo: "git://github.com/kandu/trie"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.02"}
  "dune" {>= "1.0"}
]
synopsis: "Implementation of strict impure trie tree"