opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/string_dict" bug-reports: "https://github.com/janestreet/string_dict/issues" dev-repo: "git+https://github.com/janestreet/string_dict.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/string_dict/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {= "v0.17~preview.129.11+135"} "ppx_compare" {= "v0.17~preview.129.11+135"} "ppx_hash" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Efficient static string dictionaries" description: " Efficient static string dictionaries. By static, we mean that new key-value pairs cannot be added after the dictionary is created. This uses the algorithm the OCaml compiler uses for pattern matching on strings. " url { src: "https://github.com/janestreet/string_dict/archive/1e99daf31cf2181922dd5c9e6f4a8d83efd182cf.tar.gz" checksum: "sha256=fe9b815597cc53f0db64e00cb2bede96b67105279b157a6dd16b2ef9c82ee333" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]