opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/sequencer_table" bug-reports: "https://github.com/janestreet/sequencer_table/issues" dev-repo: "git+https://github.com/janestreet/sequencer_table.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sequencer_table/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "async" {>= "v0.13" & < "v0.14"} "ppx_jane" {>= "v0.13" & < "v0.14"} "dune" {>= "1.5.1"} ] synopsis: "A table of [Async.Sequencer]'s, indexed by key" description: " A single-module library for a data structure. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/sequencer_table-v0.13.0.tar.gz" checksum: [ "sha256=7fe37b685e22d28c0ef6a0071ea9a214e96476668e20bd1c946984dcf2ed5f47" "md5=13643e8caf081550058f1840597796c3" ] }