-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathdune-project
More file actions
45 lines (36 loc) · 640 Bytes
/
dune-project
File metadata and controls
45 lines (36 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
(lang dune 3.5)
(name stanc)
(source
(github stan-dev/stanc3))
(license BSD-3-Clause)
(documentation https://mc-stan.org/stanc3/stanc/)
(package
(name stanc)
(synopsis "The Stan compiler and utilities")
(depends
(ocaml
(= 4.14.1))
(core
(= v0.16.1))
(menhir
(= 20230608))
(ppx_deriving
(= 5.2.1))
(fmt
(= 0.11.0))
(yojson
(= 2.1.0))
(cmdliner
(= 2.1.0))
(ocamlformat
(and
:with-test
(= 0.28.1)))
(bisect_ppx :with-test)
(merlin :with-test)
(utop :with-test)
(patdiff :with-test)))
(cram enable)
(generate_opam_files true)
(using menhir 2.0)
(using directory-targets 0.1)