this repo has no description
1opam-version: "2.0" 2synopsis: "LSP server library" 3maintainer: ["Simon Cruanes"] 4authors: ["Simon Cruanes"] 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 "logs" 12 "trace" {>= "0.4"} 13 "lsp" {>= "1.17" & < "1.18"} 14 "jsonrpc" {>= "1.17" & < "1.18"} 15 "ocaml" {>= "4.14"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/c-cube/linol.git" 33url { 34 src: "https://github.com/c-cube/linol/releases/download/v0.6/linol-0.6.tbz" 35 checksum: [ 36 "sha256=330122b0f25dcd93755519ecb28b6f13134c60e41d7df4be63607c65250355fa" 37 "sha512=95cacc75f828c836eb6004d260268eb30337166024fd016055ab4d9dcbb2613a3a0f9339bade075fade6f17800b883b3a5ff202a7b16ac4aa9bb365dc7bd8d45" 38 ] 39} 40x-commit-hash: "267aa3565090bc13faeaf26aeae1bde858e79df1"