dev-ml/lsp - 1.18.0 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/lsp-1.18.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/lsp-1.18.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/lsp-1.18.0

Package Information

Description:
LSP protocol implementation in OCaml
Homepage:
https://opam.ocaml.org/packages/lsp/ https://github.com/ocaml/ocaml-lsp/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.18.0 8 ~amd64 0/1.18.0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="LSP protocol implementation in OCaml"
HOMEPAGE="
	https://opam.ocaml.org/packages/lsp/
	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.14:=
	>=dev-ml/dune-3.0:=
	~dev-ml/jsonrpc-${PV}:=
	dev-ml/yojson:=
	>=dev-ml/ppx_yojson_conv_lib-0.14:=
	>=dev-ml/uutf-1.0.2:=
"

DEPEND="
	${RDEPEND}
"

src_compile() {
	dune-compile lsp
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/lsp | euse -E <flag> -p dev-ml/lsp | euse -D <flag> -p dev-ml/lsp

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	>=dev-lang/ocaml-4.14:=
	>=dev-ml/dune-3.0:=
	~dev-ml/jsonrpc-1.18.0:=
	dev-ml/yojson:=
	>=dev-ml/ppx_yojson_conv_lib-0.14:=
	>=dev-ml/uutf-1.0.2:=

RDEPEND

	>=dev-lang/ocaml-4.14:=
	>=dev-ml/dune-3.0:=
	~dev-ml/jsonrpc-1.18.0:=
	dev-ml/yojson:=
	>=dev-ml/ppx_yojson_conv_lib-0.14:=
	>=dev-ml/uutf-1.0.2:=

Manifest for 1.18.0

Type File Size Source URLs
DIST lsp-1.18.0.tar.gz 908930 bytes https://github.com/ocaml/ocaml-lsp/archive/1.18.0.tar.gz