forked from SimonDegraeve/res-react-intl
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathres-react-intl.opam
More file actions
34 lines (34 loc) · 817 Bytes
/
res-react-intl.opam
File metadata and controls
34 lines (34 loc) · 817 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
25
26
27
28
29
30
31
32
33
34
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A short, but powerful statement about your project"
description: """
A short, but powerful statement about your project
"""
maintainer: ["Simon Degraeve"]
authors: ["Simon Degraeve"]
license: "MIT"
homepage: "https://github.com/SimonDegraeve/res-react-intl"
bug-reports: "https://github.com/SimonDegraeve/res-react-intl/issues"
depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "2.0"}
"odoc" {with-doc}
"reason" {build}
"base" {build}
"ppxlib" {build}
]
dev-repo: "git+https://github.com/SimonDegraeve/res-react-intl.git"
# We need to avoid "@runtest", since it depends on rely
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]