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"}
  "ocamlfind"
  "js_of_ocaml" {dev}
  "js_of_ocaml-compiler" {dev}
  "js_of_ocaml-toplevel"
  "yojson"
  "cmdliner"
  "ocaml-webworker"
  "conf-npm" {build}
]
synopsis: "A tool to create online OCaml gist experiences for the web"
url {
  src: "https://github.com/SanderSpies/ocaml-gist/archive/0.0.2.tar.gz"
  checksum: "md5=54b32dd6ea42e2a3c395db67df1ed60b"
}
