blob: 2688cbd25ce8cbdcbd8dd04068c72da65276db9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tokusan441@gmail.com</email>
<name>Hiroki Tokunaga</name>
</maintainer>
<longdescription lang="en">Implementation of the LSP protocol in OCaml. It is designed to be as portable as possible and does not make any assumptions about IO.</longdescription>
<upstream>
<bugs-to>https://github.com/ocaml/ocaml-lsp/issues</bugs-to>
<remote-id type="github">ocaml/ocaml-lsp</remote-id>
</upstream>
</pkgmetadata>
|