-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathojs.opam
More file actions
24 lines (24 loc) · 777 Bytes
/
ojs.opam
File metadata and controls
24 lines (24 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.1.7"
synopsis: "Runtime Library for gen_js_api generated libraries"
description: "To be used in conjunction with gen_js_api"
maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"]
authors: [
"Alain Frisch <alain.frisch@lexifi.com>"
"Sebastien Briais <sebastien.briais@lexifi.com>"
]
license: "MIT"
homepage: "https://github.com/LexiFi/gen_js_api"
bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
depends: [
"dune" {>= "3.17"}
"ocaml" {>= "4.13"}
"js_of_ocaml-compiler" {>= "6.3.0"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/LexiFi/gen_js_api.git"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
]