opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/incr_select" bug-reports: "https://github.com/janestreet/incr_select/issues" dev-repo: "git+https://github.com/janestreet/incr_select.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_select/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "core" {= "v0.17~preview.129.11+135"} "incremental" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Handling of large set of incremental outputs from a single input" description: " Ability to create a large set of incremental outputs based on a single incremental input, where some subset of the outputs are selected to have specific values, and the remainder are left with a specified default value. The outputs are updated in time proportional to the number of outputs that are changed, independent of the number of outputs that exist. " url { src: "https://github.com/janestreet/incr_select/archive/b49f04daee6c8a1b739ac6d86a6fc5837d7c2cd9.tar.gz" checksum: "sha256=c84a732d87bf68d42e5b4290c3b71ca318d3038a079930f90f5bc2e5f400f448" } 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" ]