opam-version: "2.0"
maintainer: "sandermail@gmail.com"
authors: "Sander Spies"
homepage: "https://github.com/SanderSpies/ocaml-gist"
bug-reports: "https://github.com/SanderSpies/ocaml-gist/issues"
license: "MIT"
dev-repo: "git+https://github.com/SanderSpies/ocaml-gist.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {= "4.04.2"}
  "jbuilder" {>= "1.0+beta10"}
  "ocamlfind"
  "js_of_ocaml" {< "3.4.0"}
  "js_of_ocaml-compiler" {< "3.4.0"}
  "js_of_ocaml-toplevel" {< "3.4.0"}
  "yojson"
]
synopsis:
  "A webworker for the web that runs OCaml code which includes a modified version of Merlin to run on the web."
url {
  src: "https://github.com/SanderSpies/ocaml-gist/archive/0.0.2.tar.gz"
  checksum: "md5=54b32dd6ea42e2a3c395db67df1ed60b"
}
