From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 2LptO/ho/2VZBQEAe85BDQ:P1 (envelope-from ) for ; Sun, 24 Mar 2024 00:42:49 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id 2LptO/ho/2VZBQEAe85BDQ (envelope-from ) for ; Sun, 24 Mar 2024 00:42:49 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=uvy.fr header.s=202105 header.b=6TVI7bgd; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1711237368; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=3pBrmzRIUNryVrPhxrJWh8QhDPz7SREQtF871knEFcI=; b=Uvy1j4UkhFodYvOcHUxFyc2EBZVnSCRw/+4RZJeAATBd8R61YeTj45gp5t5GNPqsZ5xRv9 YmKIj6wEJfwRwUFLdnU4oFxFCd+tilYsDVshN+VQ6xqx5qxKr3KBdjjkgaOP07o3J3vTTp yvZ9akj7AnDfH287+Pg0Kc75AZeKj623yqI/QHwzgG0bL74Ij268jj54osKrEIVannivp4 8s1WGmhVlsSe4eXZSOY84vH+gvnUtFvjKmWh774M1N/YQn0Kpx71ekAlwRzcmzDBIXgiEc kX39lA5rJ8jOuPJQAACo9A1nTqYUMhn8ufTtJNC5j7eFRPWb1QNUC0+o2v8vpw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=uvy.fr header.s=202105 header.b=6TVI7bgd; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1711237368; a=rsa-sha256; cv=none; b=qab7Pu1DiNaFSCjgl2nE1eCeRe43Y+MasOIc6lxy6L+RjvPFAZ1zJKh8SaBMocPdkGVvGM F4s8wcFRs7ZhQfXNNjgU9BzXCL/Rb487quLyfF8LNSyXgj8nsy+v3Hoh0oe2nUprURLkNR bPyVCv3JngJvpUfzZbO9phDpFUud3K0t2wGwLXVdI/GhuxMlIjGrfeCWrxMMeI6MxLiurR Ka0EQj3kAR4BX04ayQPJatQNTaaltVygAoU99cFu08o0ZWuU6lDUT0NjDUNOxc9eJuQYzp Ch2w6z/kfhjz7TsPr+GmiiX/T5M+KEo144QTt3iiIyDSIsVzJHtkKX+j761iNw== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C914E5EA0A for ; Sun, 24 Mar 2024 00:42:48 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1roB0M-0002tP-9G; Sat, 23 Mar 2024 19:42:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1roB0J-0002sj-EK for guix-patches@gnu.org; Sat, 23 Mar 2024 19:42:23 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1roB0J-0004Gp-4a for guix-patches@gnu.org; Sat, 23 Mar 2024 19:42:23 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1roB0x-0002GB-HM; Sat, 23 Mar 2024 19:43:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64209] [PATCH v4 11/11] gnu: Add ocaml-lsp-server. Resent-From: Benjamin Original-Sender: "Debbugs-submit" Resent-CC: julien@lepiller.eu, pukkamustard@posteo.net, guix-patches@gnu.org Resent-Date: Sat, 23 Mar 2024 23:43:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64209 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64209@debbugs.gnu.org Cc: Benjamin , Julien Lepiller , pukkamustard X-Debbugs-Original-Xcc: Julien Lepiller , pukkamustard Received: via spool by 64209-submit@debbugs.gnu.org id=B64209.17112373788652 (code B ref 64209); Sat, 23 Mar 2024 23:43:03 +0000 Received: (at 64209) by debbugs.gnu.org; 23 Mar 2024 23:42:58 +0000 Received: from localhost ([127.0.0.1]:33695 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1roB0s-0002FO-4o for submit@debbugs.gnu.org; Sat, 23 Mar 2024 19:42:58 -0400 Received: from mail.uvy.fr ([146.59.197.40]:36786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1roB0p-0002Ej-MC for 64209@debbugs.gnu.org; Sat, 23 Mar 2024 19:42:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uvy.fr; s=202105; t=1711236952; bh=kS7hH4Rco5PXANWVvTqshBwTX9OkwneuixqL3kjH/VM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=6TVI7bgdVmiWS0nmkic+bD0kuPentBFHRHL8yapJxLjaUYt1Dapj9oOWyjX4CquqB yW2gWq120ctk7l2MJKsenzU7wEcELA+Ev4GovufkNU0cZv8JpEXplyStTPRy2dx7Pz FDCuhBkHy49hT0Jzq9mRxz1wdpONSqw1nvfEpDqdzzuUlVKhT1surzxK1oycpMJQOH 0KbLXirrIVhf7qSIaKtjDkBDQby8UpRgstlDWEJxCnJkBxVF17fBerMlFX5O7XDnPi +qXmmneC7iO8gYpToqmpcFlSprIvV1C1/t+5qPCnXRqV2amJU32Aa5PBLRPC9H0UP0 Dl3Fj/OOV948A== Date: Sun, 24 Mar 2024 00:35:21 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Benjamin X-ACL-Warn: , Benjamin via Guix-patches From: Benjamin via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: C914E5EA0A X-Spam-Score: -6.33 X-Migadu-Spam-Score: -6.33 X-Migadu-Scanner: mx11.migadu.com X-TUID: IdyyQZSotZ6w * gnu/packages/ocaml.scm (ocaml-lsp-server): New variable. Change-Id: Ib861dea3d7d00d570f253ffc3b4955e547dc2676 --- gnu/packages/ocaml.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index bb7fd3a2de..cefb3384b5 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6228,6 +6228,48 @@ (define-public ocaml5.0-merlin Atom.") (license license:expat)))) +(define-public ocaml-lsp-server + (package + (name "ocaml-lsp-server") + (version "1.17.0") + (home-page "https://github.com/ocaml/ocaml-lsp") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit version))) + (sha256 + (base32 + "1w1m2mi7va3wcwgvgzqd3af6hrhx5zzyr3hqa228pcimp44w6f0h")))) + (build-system dune-build-system) + (arguments '(#:tests? #f)) ; tests are failing for v1.17 + (propagated-inputs (list + ocaml-re + ocaml-ppx-yojson-conv-lib + dune-rpc + ocaml-chrome-trace + dune-dyn + dune-stdune + ocaml-fiber + ocaml-xdg + dune-ordering + ocaml-dune-build-info + ocaml-spawn + ocamlc-loc + ocaml-uutf + ocaml-pp + ocaml-csexp + ocamlformat-rpc-lib + ocaml-odoc + ocaml-merlin-lib)) + (native-inputs (list ocaml-ppx-expect ocamlformat)) + (properties `((upstream-name . "ocaml-lsp-server"))) + (synopsis "LSP Server for OCaml") + (description "This package implements an Ocaml language server implementation.") + (license license:isc))) + +(define-public ocaml5.0-lsp-server (package-with-ocaml5.0 ocaml-lsp-server)) + (define-public ocaml-gsl (package (name "ocaml-gsl") -- 2.41.0