This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
35
unikernel/duniverse/lwt/lwt_ppx.opam
Normal file
35
unikernel/duniverse/lwt/lwt_ppx.opam
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "5.9.2"
|
||||
synopsis:
|
||||
"PPX syntax for Lwt, providing something similar to async/await from JavaScript"
|
||||
maintainer: [
|
||||
"Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
|
||||
]
|
||||
authors: ["Gabriel Radanne"]
|
||||
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"}
|
||||
"ppxlib" {>= "0.36"}
|
||||
"lwt" {>= "5.7"}
|
||||
"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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue