Skip to content

Commit 9eca78f

Browse files
committed
Housekeeping
1 parent a0968de commit 9eca78f

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ _build
44
_opam
55
.envrc
66
shell.nix
7+
manifest.scm
78
*~

dune-project

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@
5151
(conf-libxrandr
5252
(or
5353
(= :os linux)
54-
(= :os-family bsd)))))
54+
(= :os-family bsd)))
55+
(ocaml-lsp-server :with-dev-setup)
56+
(ocamlformat
57+
(and
58+
(= 0.28.1)
59+
:with-dev-setup))))
5560

5661
(package
5762
(name raygui)

raylib.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ depends: [
2020
"conf-libxi" {os = "linux" | os-family = "bsd"}
2121
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
2222
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
23+
"ocaml-lsp-server" {with-dev-setup}
24+
"ocamlformat" {= "0.28.1" & with-dev-setup}
2325
"odoc" {with-doc}
2426
]
2527
build: [

0 commit comments

Comments
 (0)