Skip to content

Commit 2578b8d

Browse files
committed
fixing dune build
1 parent 79f78b7 commit 2578b8d

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

SQCaml.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ depends: [
1313
"dune" {>= "3.20"}
1414
"ocaml"
1515
"menhir"
16+
"ppx_deriving"
17+
"base-unix"
1618
"alcotest" {with-test}
1719
"odoc" {with-doc}
1820
]

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
(depends
2525
ocaml
2626
menhir
27+
ppx_deriving
28+
base-unix
2729
(alcotest :with-test))
2830
(tags
2931
("add topics" "to describe" your project)))

lib/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
(library
44
(name SQCaml)
5+
(public_name SQCaml)
56
(preprocess
67
(pps ppx_deriving.show))
78
(libraries unix))

0 commit comments

Comments
 (0)