this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3homepage: "https://github.com/c-cube/linol" 4synopsis: "LSP server library" 5license: "MIT" 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 "lsp" { >= "1.4" & < "1.5" } 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.2.tar.gz" 25 checksum: [ 26 "md5=2f6137dfbf81e89697213583b7f6d3ab" 27 "sha512=b5d736c62f92b175c5a62d7f6fe91f0c43d6941997d734cd8fda5a6c7e3675839683ccda92d4df90820047847c9d93b54d8a86e1b3cfc91d5ab19ba4b6174d32" 28 ] 29}