this repo has no description
1opam-version: "2.0" 2synopsis: "Jsonrpc protocol implemenation" 3description: "See https://www.jsonrpc.org/specification" 4maintainer: ["Rudi Grinberg <me@rgrinberg.com>"] 5authors: [ 6 "Andrey Popp <8mayday@gmail.com>" 7 "Rusty Key <iam@stfoo.ru>" 8 "Louis Roché <louis@louisroche.net>" 9 "Oleksiy Golovko <alexei.golovko@gmail.com>" 10 "Rudi Grinberg <me@rgrinberg.com>" 11 "Sacha Ayoun <sachaayoun@gmail.com>" 12 "cannorin <cannorin@gmail.com>" 13 "Ulugbek Abdullaev <ulugbekna@gmail.com>" 14 "Thibaut Mattio <thibaut.mattio@gmail.com>" 15 "Max Lantas <mnxndev@outlook.com>" 16] 17license: "ISC" 18homepage: "https://github.com/ocaml/ocaml-lsp" 19bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 20depends: [ 21 "dune" {>= "3.0"} 22 "ocaml" {>= "4.08"} 23 "odoc" {with-doc} 24] 25dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@doc" {with-doc} 37 ] 38] 39 40x-maintenance-intent: [ "(latest)" ] 41url { 42 src: 43 "https://github.com/ocaml/ocaml-lsp/releases/download/1.22.0/lsp-1.22.0.tbz" 44 checksum: [ 45 "sha256=519dc3577d15dc2210defa580481a743579118d50693b691bb10cbc8203fb581" 46 "sha512=9477f47c6b9344b46ac22b2a4fc2fa0444cc2917c62307dc4c91b70440ab6192101e02038cd58e8b65b67088a0c4e235cad6a791c1333b3fe529aeb441bf8a5d" 47 ] 48} 49x-commit-hash: "aae6986391a8519de3da6a7a341f2bd3376e0d2f"