this repo has no description
1opam-version: "2.0" 2synopsis: "LSP server library (with Eio for concurrency)" 3maintainer: ["Simon Cruanes"] 4authors: ["Nick Hu"] 5license: "MIT" 6homepage: "https://github.com/c-cube/linol" 7bug-reports: "https://github.com/c-cube/linol/issues" 8depends: [ 9 "dune" {>= "2.0"} 10 "yojson" {>= "1.6"} 11 "linol" {= version} 12 "base-unix" 13 "eio" {>= "1.0" & < "2.0"} 14 "eio_main" {with-test} 15 "lsp" {>= "1.19" & < "1.21"} 16 "jsonrpc" {>= "1.19" & < "1.21"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/c-cube/linol.git" 34url { 35 src: "https://github.com/c-cube/linol/releases/download/v0.8/linol-0.8.tbz" 36 checksum: [ 37 "sha256=c3ceb4a5f167d5dbde781245c085809d690659e1afa04b681760b3c6013b37de" 38 "sha512=326817394ec6c7d327eadb27f850c56bfc5ea08f7cdaee53dd797f281fadfa4f25abde189bd72985862a1f1e7e140b1925b3908daf52ecefaa351aa132d76c65" 39 ] 40} 41x-commit-hash: "de03ece8ccc0c4200fdd1d9f978eaf449807aca2"