Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit c945816

Browse files
amiraliescristianoc
authored andcommitted
Add opam file
1 parent edf8d6b commit c945816

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

reason-language-server.opam

Whitespace-only changes.

rescript-editor-support.opam

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
opam-version: "2.0"
2+
name: "rescript-editor-support"
3+
version: "~dev"
4+
synopsis: "Command line to support editor integration for ReScript"
5+
maintainer: "ReScript"
6+
authors: "ReScript Team"
7+
license: "MIT"
8+
homepage: "https://github.com/rescript-lang/rescript-editor-support"
9+
bug-reports:
10+
"https://github.com/rescript-lang/rescript-editor-support/issues"
11+
depends: [
12+
"dune" {>= "2.7"}
13+
"ocaml" {= "4.06.1"}
14+
"reason" {= "3.6.0"}
15+
"ocaml-migrate-parsetree" {>= "1.3.1" }
16+
"ppx_tools_versioned" {>= "5.4.0"}
17+
"uri" {= "3.1.0"}
18+
]
19+
build: [
20+
["dune" "build"]
21+
]
22+
dev-repo: "git+https://github.com/rescript-lang/rescript-editor-support.git"
23+

0 commit comments

Comments
 (0)