this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: [ "Louis Gesbert" "Thomas Gazagnaire" ] 4license: "ISC" 5build: [ 6 ["dune" "subst"] {dev} 7 ["dune" "build" "-p" name "-j" jobs] 8] 9depends: [ 10 "ocaml" {>="4.03.0"} 11 "sexplib" 12 "ppx_sexp_conv" {>= "v0.9.0"} 13 "dune" {>= "1.0"} 14] 15dev-repo: "git+https://github.com/mirage/ocaml-lazy-trie" 16doc: "https://mirage.github.io/ocaml-lazy-trie/" 17homepage: "https://github.com/mirage/ocaml-lazy-trie" 18bug-reports: "https://github.com/mirage/ocaml-lazy-trie/issues" 19synopsis: "Implementation of lazy prefix trees" 20description: "Implementation of lazy prefix trees" 21url { 22 src: 23 "https://github.com/mirage/ocaml-lazy-trie/releases/download/v1.2.0/lazy-trie-v1.2.0.tbz" 24 checksum: [ 25 "sha256=c1dd53dffc0b9df94061493635e1943f9b32e26505ca331b0d0405efe5555c37" 26 "md5=480a4a13701392bd93bbd649afd7b9bb" 27 ] 28}