Skip to content

Commit

Permalink
add FrontC dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
butterunderflow committed Feb 8, 2024
1 parent b05b48f commit 795f699
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(package
(name fun4fun)
(depends sexplib menhirLib ppx_sexp_conv ppx_inline_test ppx_jane))
(depends sexplib menhirLib ppx_sexp_conv ppx_inline_test ppx_jane FrontC))

(generate_opam_files)

Expand Down
1 change: 1 addition & 0 deletions fun4fun.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ depends: [
"ppx_sexp_conv"
"ppx_inline_test"
"ppx_jane"
"FrontC"
"odoc" {with-doc}
]
build: [
Expand Down
9 changes: 9 additions & 0 deletions lib/back/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(library
(name back)
(libraries sexplib FrontC)
(preprocess
(pps ppx_sexp_conv)))

(env
(dev
(flags (:standard -w -32))))

0 comments on commit 795f699

Please sign in to comment.