Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions packages/amlc-lsp/amlc-lsp.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
synopsis: "Language Server Protocol implementation for AML and AppliedML"
description: "Compiler-backed diagnostics and editor assistance for AML and Octra AppliedML."
maintainer: ["Christopher Choi <christopher@arkenstone-labs.com>"]
authors: ["AMLC LSP Contributors"]
license: "BSD-3-Clause"
homepage: "https://github.com/arkenstone-lab/amlc-lsp"
bug-reports: "https://github.com/arkenstone-lab/amlc-lsp/issues"
dev-repo: "git+https://github.com/arkenstone-lab/amlc-lsp.git"
depends: [
"ocaml" {>= "4.14"}
"dune" {>= "3.16"}
"yojson" {>= "1.6.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
]
post-messages: [
"amlc-lsp is installed. For compiler-backed AML diagnostics, provide a compatible amlc executable on PATH (or set AMLC). For AppliedML diagnostics, provide rehovot-check on PATH (or set REHOVOT_CHECK)."
]
x-maintenance-intent: [ "(latest)" ]

url {
src: "https://github.com/arkenstone-lab/amlc-lsp/archive/refs/tags/v0.2.0.tar.gz"
checksum: [
"sha256=ffba919a5daff7dcfc35524982cb9763349898e3d2c32ccae57cc45ccc9ea42d"
"sha512=a7cd65c7935780b007ce1c7047601078f89aa6c06591d26d1525dc5a5a9162fafab9bea7438c145d42b17ae8d62b6249e34b643e206e7a951f5b8e38f6d7d8ed"
]
}