-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
34 lines (33 loc) · 1.15 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "2.0"
maintainer: "Alain Frisch <alain.frisch@lexifi.com>"
authors: [
"Alain Frisch <alain.frisch@lexifi.com>"
"Sebastien Briais <sebastien.briais@lexifi.com"
]
homepage: "https://github.com/LexiFi/gen_js_api"
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
license: "MIT"
dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"
build: [make "all"]
install: [make "install"]
remove: ["ocamlfind" "remove" "gen_js_api"]
depends: [
"ocaml" {>= "4.03.0" & < "4.05"}
"ocamlfind" {build}
"js_of_ocaml"
]
synopsis: "Easy OCaml bindings for Javascript libraries"
description: """
gen_js_api aims at simplifying the creation of OCaml bindings for
Javascript libraries. Authors of bindings write OCaml signatures for
Javascript libraries and the tool generates the actual binding code
with a combination of implicit conventions and explicit annotations.
gen_js_api is to be used with the js_of_ocaml compiler."""
flags: light-uninstall
url {
src: "https://github.com/LexiFi/gen_js_api/archive/v1.0.1.tar.gz"
checksum: [
"sha256=c91e9b04302bb83f1eccbb08af9c9652aeb2273d10ca945e6160bb49f90bebd1"
"md5=c1d396437b71e0c17162b6d101e2e9fc"
]
}