32 lines
758 B
Text
32 lines
758 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "DO NOT RELEASE! only for testing let_ppx"
|
|
maintainer: [
|
|
"Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
|
|
]
|
|
authors: ["Jérôme Vouillon" "Jérémie Dimino"]
|
|
license: "NOTFORRELEASE"
|
|
homepage: "https://github.com/ocsigen/lwt"
|
|
doc: "https://ocsigen.org/lwt"
|
|
bug-reports: "https://github.com/ocsigen/lwt/issues"
|
|
depends: [
|
|
"dune" {>= "3.15"}
|
|
"ocaml" {>= "5.1"}
|
|
"ppx_let" {with-test & >= "v0.17.1"}
|
|
"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"
|