We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872dca4 commit 689a0deCopy full SHA for 689a0de
1 file changed
src/stancjs/dune
@@ -1,6 +1,11 @@
1
(executable
2
(name stancjs)
3
- (libraries js_of_ocaml frontend stan_math_backend)
+ (libraries
4
+ js_of_ocaml
5
+ frontend
6
+ middle
7
+ analysis_and_optimization
8
+ stan_math_backend)
9
(preprocess
10
(pps js_of_ocaml-ppx ppx_jane))
11
(modes js))
0 commit comments