Skip to content

Commit 5afa2f9

Browse files
authored
Merge pull request #54 from lindig/main
Cleanup: use Dune 2.0; reformat
2 parents c36e48c + 39d8e2f commit 5afa2f9

40 files changed

+3282
-3017
lines changed

.ocamlformat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
version=0.26.2
2+
break-separators=before

Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
.PHONY: build clean test
2+
.PHONY: build clean test format install uninstall
33

44
build:
55
dune build @install
@@ -15,3 +15,10 @@ uninstall:
1515

1616
clean:
1717
dune clean
18+
19+
format:
20+
dune build --auto-promote @fmt
21+
dune format-dune-file dune-project > $$$$ && mv $$$$ dune-project
22+
opam lint
23+
24+

0 commit comments

Comments
 (0)