this repo has no description
1opam-version: "2.0"
2maintainer: "Edgar Aroutiounian <edgar.factorial@gmail.com>"
3authors: "Edgar Aroutiounian <edgar.factorial@gmail.com>"
4homepage: "https://github.com/fxfactorial/ocaml-javascriptcore"
5bug-reports: "https://github.com/fxfactorial/ocaml-javascriptcore/issues"
6license: "BSD-3-Clause"
7tags: ["clib:javascriptcoregtk" "clib:c"]
8dev-repo: "git+https://github.com/fxfactorial/ocaml-javascriptcore.git"
9build: [
10 ["oasis" "setup"]
11 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
12 ["ocaml" "setup.ml" "-build"]
13 ["ocaml" "setup.ml" "-doc"] {with-doc}
14]
15install: ["ocaml" "setup.ml" "-install"]
16remove: ["ocamlfind" "remove" "javascriptcore"]
17depends: [
18 "ocaml" {>= "4.03.0"}
19 "oasis" {build & >= "0.4"}
20 "ocamlbuild" {build}
21 "ocamlfind" {build}
22]
23depexts: [
24 ["libc++-dev" "libjavascriptcoregtk-3.0-dev"] {os-family = "debian"}
25]
26messages: [
27 "Installation might fail on Linux, follow depext instructions and try again."
28 {os = "linux"}
29]
30synopsis: "OCaml bindings to JavaScriptCore"
31description: "Create, Control, Execute JavaScript values directly in OCaml."
32flags: light-uninstall
33url {
34 src:
35 "https://github.com/fxfactorial/ocaml-javascriptcore/archive/v0.0.1.tar.gz"
36 checksum: [
37 "sha256=38ef836a53f5089eadcc267961e7c3b5ec070a0a9ff41ceb6c8a744dcab4fc12"
38 "md5=4dbccd3f09ceb97e970aa9b0a6a13a39"
39 ]
40}