opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/ocaml-embed-file" bug-reports: "https://github.com/janestreet/ocaml-embed-file/issues" dev-repo: "git+https://github.com/janestreet/ocaml-embed-file.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml-embed-file/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: "Files contents as module constants" description: " Embed-file takes some files and generates code for an OCaml module defining string constants containing the contents of those files. " url { src: "https://github.com/janestreet/ocaml-embed-file/archive/5c00cb67d29706b12a11f5988d808a709ed9c7bf.tar.gz" checksum: "sha256=fc1c2c781be64c03a3bf51b4eb8f31e34180a3c287f856afc9b4ba303138e71e" } 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" ]