opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/env_config" bug-reports: "https://github.com/janestreet/env_config/issues" dev-repo: "git+https://github.com/janestreet/env_config.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/env_config/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "async" {= "v0.17~preview.129.11+135"} "core" {= "v0.17~preview.129.11+135"} "core_unix" {= "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: "Helper library for retrieving configuration from an environment variable" description: " The Env_config library is a helper for retrieving library and program configuration from an environment variable. Its goal is to make it easy to override a configuration that is loaded from disk, computed, or embedded in a library. " url { src: "https://github.com/janestreet/env_config/archive/fd48e5e2bae63a9e9338d9bb3fe8e91ea6430421.tar.gz" checksum: "sha256=0bb83675b1a16f669ce13be62a1e27da77f8bfe0beed6232e61bece1d6400227" } 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" ]