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" 5build: [ 6 ["dune" "build" "@install" "-p" name "-j" jobs] 7 ["dune" "build" "@runtest" "-p" name "-j" jobs] {with-test} 8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9] 10depends: [ 11 "dune" { >= "2.0" } 12 "containers" { >= "3.0" & < "4.0" } 13 "lsp" { >= "1.4" & < "1.5" } 14 "ocaml" { >= "4.08" } 15 "odoc" { with-doc } 16] 17tags: [ "lsp" "server" "lwt" ] 18bug-reports: "https://github.com/c-cube/linol/issues" 19dev-repo: "git+https://github.com/c-cube/linol.git" 20authors: "Simon Cruanes" 21url { 22 src: "https://github.com/c-cube/linol/archive/v0.1.tar.gz" 23 checksum: [ 24 "md5=a4f0fcbe9d7ac6535e9c96b0f5008bb5" 25 "sha512=72f6254abb8d4fde51e6b2d6e05ae18967d69e0fa39a42d991601ddb4176dbc3da1d344c1e42e066dbe5d6b477352be9fd962c4d1a4e1e703d94f5c0b9a6f584" 26 ] 27}