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.08.0"} "async" {>= "v0.15" & < "v0.16"} "core" {>= "v0.15" & < "v0.16"} "core_unix" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "dune" {>= "2.0.0"} ] 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://ocaml.janestreet.com/ocaml-core/v0.15/files/ocaml-embed-file-v0.15.0.tar.gz" checksum: "sha256=357916746a9e3c628c5194ca44805a29a8a97aa162e0e12d6e497f9fb4f3d8ed" }