We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0968de commit 9eca78fCopy full SHA for 9eca78f
.gitignore
@@ -4,4 +4,5 @@ _build
4
_opam
5
.envrc
6
shell.nix
7
+manifest.scm
8
*~
dune-project
@@ -51,7 +51,12 @@
51
(conf-libxrandr
52
(or
53
(= :os linux)
54
- (= :os-family bsd)))))
+ (= :os-family bsd)))
55
+ (ocaml-lsp-server :with-dev-setup)
56
+ (ocamlformat
57
+ (and
58
+ (= 0.28.1)
59
+ :with-dev-setup))))
60
61
(package
62
(name raygui)
raylib.opam
@@ -20,6 +20,8 @@ depends: [
20
"conf-libxi" {os = "linux" | os-family = "bsd"}
21
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
22
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
23
+ "ocaml-lsp-server" {with-dev-setup}
24
+ "ocamlformat" {= "0.28.1" & with-dev-setup}
25
"odoc" {with-doc}
26
]
27
build: [
0 commit comments