35 lines
770 B
Text
35 lines
770 B
Text
|
|
# This file is generated by dune, edit dune-project instead
|
||
|
|
opam-version: "2.0"
|
||
|
|
synopsis: "Helpers for using React with Lwt"
|
||
|
|
maintainer: [
|
||
|
|
"Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
|
||
|
|
]
|
||
|
|
authors: ["Jérôme Vouillon" "Jérémie Dimino"]
|
||
|
|
license: "MIT"
|
||
|
|
homepage: "https://github.com/ocsigen/lwt"
|
||
|
|
doc: "https://ocsigen.org/lwt"
|
||
|
|
bug-reports: "https://github.com/ocsigen/lwt/issues"
|
||
|
|
depends: [
|
||
|
|
"dune" {>= "3.15"}
|
||
|
|
"ocaml" {>= "4.08"}
|
||
|
|
"cppo" {build & >= "1.1"}
|
||
|
|
"lwt" {>= "3.0"}
|
||
|
|
"react" {>= "1.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/ocsigen/lwt.git"
|