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 "yojson" { >= "1.6" } 14 "logs" 15 "lsp" { >= "1.4" & < "1.6" } 16 "ocaml" { >= "4.08" } 17 "odoc" { with-doc } 18] 19tags: [ "lsp" "server" "lwt" ] 20bug-reports: "https://github.com/c-cube/linol/issues" 21dev-repo: "git+https://github.com/c-cube/linol.git" 22authors: "Simon Cruanes" 23url { 24 src: "https://github.com/c-cube/linol/archive/v0.4.tar.gz" 25 checksum: [ 26 "md5=731cdc0b04e300271d4d38de77e71dcb" 27 "sha512=33af7caed7c2afd4c5b0a7fd80570b89d516c59035c9aac5fe81912ce11b1a856460a5994851cb0a6be2799bc6a418bb2f53f9a65ab028c7c41db355a32ce546" 28 ] 29} 30 31