this repo has no description
1opam-version: "2.0" 2maintainer: "zandoye@gmail.com" 3authors: [ "ZAN DoYe" ] 4homepage: "https://github.com/kandu/trie/" 5bug-reports: "https://github.com/kandu/trie/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/kandu/trie.git" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.02"} 13 "dune" {>= "1.0"} 14] 15synopsis: "Strict impure trie tree" 16url { 17 src: "https://github.com/kandu/trie/archive/1.0.0.tar.gz" 18 checksum: [ 19 "sha256=c2f8054ea44216e6a3a961b28f7630e0e3dbfbd1b504ae741be230cbe32498ea" 20 "md5=84519b5f8bd92490bfc68a52f706ba14" 21 ] 22}