this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3license: "MIT" 4homepage: "https://github.com/c-cube/linol" 5synopsis: "LSP server library" 6build: [ 7 ["dune" "build" "@install" "-p" name "-j" jobs] 8 ["dune" "build" "@runtest" "-p" name "-j" jobs] {with-test} 9 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 10] 11depends: [ 12 "dune" { >= "2.0" } 13 "containers" { >= "3.0" & < "4.0" } 14 "yojson" { >= "1.6" } 15 "logs" 16 "lsp" { >= "1.4" & < "1.6" } 17 "ocaml" { >= "4.08" } 18 "odoc" { with-doc } 19] 20tags: [ "lsp" "server" "lwt" ] 21bug-reports: "https://github.com/c-cube/linol/issues" 22dev-repo: "git+https://github.com/c-cube/linol.git" 23authors: "Simon Cruanes" 24url { 25 src: "https://github.com/c-cube/linol/archive/v0.3.tar.gz" 26 checksum: [ 27 "md5=15ce89bc735fac1febf4adb758d36f0d" 28 "sha512=d2ddc16d8d0dfd750efbe6fef293aaf2526ccaac0d27fec29d5cc5b7ac3e3f6b8947109dd0a48c02d0ac2cf3439403d81ea31cf01da1ffee7dd5bffe3b2cc22c" 29 ] 30}