forked from dbuenzli/brr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprr.opam
33 lines (33 loc) · 890 Bytes
/
prr.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.1"
synopsis: "A fork of brr, sans browser-only APIs"
description:
"A fork of brr, sans browser-only APIs; see https://github.com/kxcdev/prr and https://github.com/dbuenzli/brr for details"
maintainer: ["Haochen Xie <hx@kxc.inc>" "KXC Members <hello@kxc.inc>"]
authors: ["The brr programmers" "KXC Members and Contributors"]
license: "ISC"
homepage: "https://github.com/kxcdev/prr"
bug-reports: "https://github.com/kxcdev/prr/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"js_of_ocaml" {>= "4.0.0"}
"js_of_ocaml-compiler" {>= "4.0.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/kxcdev/prr.git"