diff options
| author | Théo Zimmermann | 2020-04-13 13:19:24 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-04-13 13:19:24 +0200 |
| commit | 1a309cd7d8547d9a2b5ee89adfe8ba1c581237e1 (patch) | |
| tree | cdf73dfa34c341c0b98b7a41c57d12d7837df127 /dune-project | |
| parent | 227520b14e978e19d58368de873521a283aecedd (diff) | |
| parent | 29aa2b5533a36e170fb0ed947f86e70d5b1cb8fb (diff) | |
Merge PR #11539: [dune] [stdlib] Build the standard library natively with Dune.
Reviewed-by: Zimmi48
Diffstat (limited to 'dune-project')
| -rw-r--r-- | dune-project | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dune-project b/dune-project index fa05f5fb41..873d03e8dd 100644 --- a/dune-project +++ b/dune-project @@ -1,11 +1,10 @@ -(lang dune 2.0) +(lang dune 2.5) (name coq) -(using coq 0.1) +(using coq 0.2) (formatting (enabled_for ocaml)) -; We cannot set this to true until as long as the build is not -; properly bootstrapped [that is, we remove the voboot target] +; TODO ; ; (generate_opam_files true) |
