A lightweight reactive document library.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # This file is generated by dune, edit dune-project instead
- opam-version: "2.0"
- synopsis: "Run Nottui UIs in Lwt"
- description: "TODO"
- maintainer: ["fred@tarides.com"]
- authors: ["Frédéric Bour"]
- license: "MIT"
- homepage: "https://github.com/let-def/lwd"
- bug-reports: "https://github.com/let-def/lwd/issues"
- depends: ["dune" "notty" "lwt" "nottui"]
- build: [
- ["dune" "subst"] {pinned}
- [
- "dune"
- "build"
- "-p"
- name
- "-j"
- jobs
- "@install"
- "@runtest" {with-test}
- "@doc" {with-doc}
- ]
- ]
- dev-repo: "git+https://github.com/let-def/lwd.git"
|