summaryrefslogtreecommitdiff
path: root/dev-ml/jsonrpc/jsonrpc-1.18.0.ebuild
blob: 50c8d55e4908bea12b94b11d390c56d90f57c324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="Jsonrpc protocol implementation"
HOMEPAGE="
	https://opam.ocaml.org/packages/jsonrpc/
	https://github.com/ocaml/ocaml-lsp
"
SRC_URI="https://github.com/ocaml/ocaml-lsp/archive/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/ocaml-lsp-${PV}"

LICENSE="ISC"

SLOT="0/${PV}"

KEYWORDS="~amd64"
IUSE="ocamlopt"

RESTRICT="test"

src_compile() {
	dune-compile jsonrpc
}