Hi, Thank you for the patch! Please place in alphabetical order, starting from the top of the file. --8<---------------cut here---------------start------------->8--- (define-public ecl-usocket (sbcl-package->ecl-package sbcl-usocket)) +(define-public sbcl-alive-lsp --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- + (version "0.0.1") --8<---------------cut here---------------end--------------->8--- Let's use the latest availalbe version tag 3 days ago. --8<---------------cut here---------------start------------->8--- + (inputs + (list + sbcl-usocket + sbcl-cl-json --8<---------------cut here---------------end--------------->8--- Please adjust to someting like others: --8<---------------cut here---------------start------------->8--- ... (inputs (list sbcl-usocket sbcl-cl-json ... --8<---------------cut here---------------end--------------->8--- Maybe reword it to something more descriptive: --8<---------------cut here---------------start------------->8--- + (synopsis "Common Lisp LSP: Alive") --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- About Language Server Protocol implementation for use with the Alive extension --8<---------------cut here---------------end--------------->8--- Maybe provide a @url{} to the extention as well. --8<---------------cut here---------------start------------->8--- + (description "This is the language server for Alive: + The Average Lisp VSCode Environment.") --8<---------------cut here---------------end--------------->8--- Looking forward for v2! -- Oleg