opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/ocaml_plugin" bug-reports: "https://github.com/janestreet/ocaml_plugin/issues" dev-repo: "git+https://github.com/janestreet/ocaml_plugin.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml_plugin/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_kernel" {>= "v0.15" & < "v0.16"} "core_unix" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "ppx_optcomp" {>= "v0.15" & < "v0.16"} "sexplib" {>= "v0.15" & < "v0.16"} "dune" {>= "2.0.0"} ] synopsis: "Automatically build and dynlink OCaml source files" description: " " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/ocaml_plugin-v0.15.0.tar.gz" checksum: "sha256=2b8726c467e0f3104831ea18c649f61aa08540d6ddeb7cdcf266a73aeb760834" }