this repo has no description
1opam-version: "2.0" 2synopsis: "Jsonrpc protocol implemenation" 3description: "See https://www.jsonrpc.org/specification" 4maintainer: ["Rudi Grinberg <me@rgrinerg.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] 14license: "ISC" 15homepage: "https://github.com/ocaml/ocaml-lsp" 16bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 17depends: [ 18 "dune" {>= "2.7"} 19 "ocaml" {>= "4.08"} 20 "odoc" {with-doc} 21] 22dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 23build: [ 24 ["dune" "subst"] {dev} 25 ["ocaml" "unix.cma" "unvendor.ml"] 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@doc" {with-doc} 35 ] 36] 37x-commit-hash: "c728032b4717c265aa364314288d67bd722b9ce9" 38url { 39 src: 40 "https://github.com/ocaml/ocaml-lsp/releases/download/1.7.0/jsonrpc-1.7.0.tbz" 41 checksum: [ 42 "sha256=ca43b6608366ddf891d7c1e1cc38de2c7f93a6da0511de164959db1f88fc42ed" 43 "sha512=43a00604f25bd1d3e93bfd43f1ef9c4cad9aa392c15a5db0c5ba0264f396e7ca6f60a0293467609402e87aeec441a05e7ee2990b37c98dc27b92a22afbebfd02" 44 ] 45}