summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorcondy2020-02-24 22:14:55 +0800
committercondy2020-02-24 22:14:55 +0800
commit1f0cd75bb148128d66a94a8be3300efa209990bf (patch)
treed258b59b7304ae54252b6a7130e0f090b83b630a /.SRCINFO
downloadaur-1f0cd75bb148128d66a94a8be3300efa209990bf.tar.gz
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b2f20a9b5f64
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = ocaml-lsp-git
+ pkgdesc = OCaml Language Server Protocol implementation
+ pkgver = r297.5e864ab
+ pkgrel = 1
+ url = https://github.com/ocaml/ocaml-lsp
+ arch = x86_64
+ license = ISC
+ makedepends = git
+ makedepends = dune>=1.11
+ depends = ocaml
+ depends = ocaml-yojson
+ depends = ocaml-ppx_yojson_conv_lib
+ provides = ocaml-lsp
+ conflicts = ocaml-lsp
+ options = !strip
+ source = ocaml-lsp::git+https://github.com/ocaml/ocaml-lsp.git
+ sha256sums = SKIP
+
+pkgname = ocaml-lsp-git
+