Install this version:
emerge -a =dev-ml/jsonrpc-1.19.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/jsonrpc-1.19.0
Or alternatively:
emerge --autounmask-write -a =dev-ml/jsonrpc-1.19.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.19.0 | 8 | ~amd64 | 0/1.19.0 |
# 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"
RDEPEND="
>=dev-lang/ocaml-4.08:=
"
DEPEND="
${RDEPEND}
"
BDEPEND="
>=dev-ml/dune-3.0:=
"
src_compile() {
dune-compile jsonrpc
}
Manage flags for this package:
euse -i <flag> -p dev-ml/jsonrpc |
euse -E <flag> -p dev-ml/jsonrpc |
euse -D <flag> -p dev-ml/jsonrpc
>=dev-lang/ocaml-4.08:=
>=dev-lang/ocaml-4.08:=
>=dev-ml/dune-3.0:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jsonrpc-1.19.0.tar.gz | 916311 bytes | https://github.com/ocaml/ocaml-lsp/archive/1.19.0.tar.gz |