mirror of
https://github.com/c-cube/linol.git
synced 2025-12-05 19:00:34 -05:00
25 lines
683 B
Text
25 lines
683 B
Text
opam-version: "2.0"
|
|
version: "0.2"
|
|
maintainer: "simon.cruanes.2007@m4x.org"
|
|
license: "MIT"
|
|
author: "Simon Cruanes"
|
|
homepage: "https://github.com/c-cube/linol"
|
|
synopsis: "LSP server library"
|
|
build: [
|
|
["dune" "build" "@install" "-p" name "-j" jobs]
|
|
["dune" "build" "@runtest" "-p" name "-j" jobs] {with-test}
|
|
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
|
|
]
|
|
depends: [
|
|
"dune" { >= "2.0" }
|
|
"containers" { >= "3.0" & < "4.0" }
|
|
"yojson" { >= "1.6" }
|
|
"lsp" { >= "1.4" & < "1.5" }
|
|
"ocaml" { >= "4.08" }
|
|
"odoc" { with-doc }
|
|
]
|
|
tags: [ "lsp" "server" "lwt" ]
|
|
bug-reports: "https://github.com/c-cube/linol/issues"
|
|
dev-repo: "git+https://github.com/c-cube/linol.git"
|
|
|
|
|