opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
homepage: "https://github.com/c-cube/linol"
synopsis: "LSP server library (with Lwt for concurrency)"
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" }
  "linol" { = version }
  "lsp" { >= "1.4" & < "1.5" }
  "jsonrpc" { >= "1.4" & < "1.5" }
  "containers" { >= "3.0" & < "4.0" }
  "lwt" { >= "5.1" & < "6.0" }
  "base-unix"
  "yojson" { >= "1.6" }
  "ocaml" { >= "4.08" }
  "odoc" { with-doc }
]
tags: [ "lsp" "server" "lwt" "linol" ]
bug-reports: "https://github.com/c-cube/linol/issues"
dev-repo: "git+https://github.com/c-cube/linol.git"
authors: "Simon Cruanes"
url {
  src: "https://github.com/c-cube/linol/archive/v0.1.tar.gz"
  checksum: [
    "md5=a4f0fcbe9d7ac6535e9c96b0f5008bb5"
    "sha512=72f6254abb8d4fde51e6b2d6e05ae18967d69e0fa39a42d991601ddb4176dbc3da1d344c1e42e066dbe5d6b477352be9fd962c4d1a4e1e703d94f5c0b9a6f584"
  ]
}
