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.17" & < "1.18"} 16 "jsonrpc" {>= "1.17" & < "1.18"} 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.6/linol-0.6.tbz" 36 checksum: [ 37 "sha256=330122b0f25dcd93755519ecb28b6f13134c60e41d7df4be63607c65250355fa" 38 "sha512=95cacc75f828c836eb6004d260268eb30337166024fd016055ab4d9dcbb2613a3a0f9339bade075fade6f17800b883b3a5ff202a7b16ac4aa9bb365dc7bd8d45" 39 ] 40} 41x-commit-hash: "267aa3565090bc13faeaf26aeae1bde858e79df1"