Skip to content

Commit 64dbee5

Browse files
committed
librarify
1 parent 7312122 commit 64dbee5

File tree

101 files changed

+308
-5191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+308
-5191
lines changed

.ocamlformat

Whitespace-only changes.

.vscode/settings.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"editor.renderWhitespace": "all"
2+
"editor.renderWhitespace": "all",
3+
"ocaml.sandbox": {
4+
"kind": "custom",
5+
"template": "$prog $args"
6+
},
7+
"nixEnvSelector.nixShellConfig": "${workspaceRoot}/shell.nix"
38
}

dune-project

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(lang dune 1.6)
2-
(name reenv)
3-
(using fmt 1.1)
1+
(lang dune 2.5)
2+
3+
(name reenv)

esy.lock/.gitattributes

-3
This file was deleted.

esy.lock/.gitignore

-3
This file was deleted.

0 commit comments

Comments
 (0)