package dune-configurator

  1. Overview
  2. Docs
Helper library for gathering system configuration

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.21.0.tbz
sha256=e76d4d89368a0a70025193aeaf4f7c5b54031dba3f59bf9d2af1971dc0eceddd
sha512=a7531de073a47f644bd1e06bfb424c50a61d34245e5e0a1f32d8da920437e8fe59246304cb7aec25f797a8dafea876feceeccfe5139502ead4d1ba5c45773ef3

Description

dune-configurator is a small library that helps writing OCaml scripts that test features available on the system, in order to generate config.h files for instance. Among other things, dune-configurator allows one to:

  • test if a C program compiles
  • query pkg-config
  • import #define from OCaml header files
  • generate config.h file

Published: 16 Jan 2026

README

Dune

A Composable Build System for OCaml

Main Workflow Release License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (4)

  1. csexp >= "1.5.0"
  2. base-unix
  3. ocaml >= "4.08.0"
  4. dune >= "3.21"

Dev Dependencies (1)

  1. odoc with-doc

  1. ahrocksdb
  2. albatross
  3. alsa >= "0.3.0"
  4. alt-ergo-lib >= "2.4.0" & < "2.5.1"
  5. antic >= "0.2.3" & < "0.4.0"
  6. ao >= "0.2.2"
  7. arb >= "0.2.3" & < "0.4.0"
  8. argon2 >= "1.0.2"
  9. async_ssl
  10. bancos
  11. bank
  12. base
  13. base64 >= "3.3.0" & < "3.5.0"
  14. bigstringaf >= "0.9.1"
  15. binaryen >= "0.8.1" & < "0.14.0" | >= "0.17.1"
  16. bjack >= "0.1.6"
  17. bls12-381 < "0.4.1"
  18. bls12-381-js-gen
  19. bls12-381-legacy
  20. bls12-381-unix
  21. bwrap
  22. cairo2 >= "0.6"
  23. calcium >= "0.2.3" & < "0.4.0"
  24. camlimages >= "5.0.3"
  25. checkseum >= "0.2.0"
  26. class_group_vdf >= "0.0.4"
  27. containers
  28. containers-thread
  29. crlibm >= "0.3"
  30. crypt >= "2.0"
  31. cryptokit >= "1.16.1"
  32. ctypes >= "0.21.1"
  33. ctypes-foreign >= "0.21.1"
  34. ctypes-zarith
  35. curl
  36. curses >= "1.0.9"
  37. diffast-misc = "0.3.5.1"
  38. dkml-c-probe
  39. dssi >= "0.1.3"
  40. eigen >= "0.3.2"
  41. extunix >= "0.3.1"
  42. faad >= "0.5.0"
  43. fdkaac >= "0.3.2"
  44. ffmpeg-av
  45. ffmpeg-avcodec
  46. ffmpeg-avdevice
  47. ffmpeg-avfilter
  48. ffmpeg-avutil
  49. ffmpeg-swresample
  50. ffmpeg-swscale
  51. fftw3 >= "0.8.2"
  52. fiat-p256
  53. flac
  54. flint >= "0.2.3"
  55. frama-c >= "26.0~beta"
  56. freetds >= "0.7"
  57. frei0r >= "0.1.2"
  58. GT >= "0.5.4"
  59. gd >= "1.1"
  60. gen >= "0.5.3" & < "1.1"
  61. gettext-stub
  62. glfw-ocaml >= "3.2.1-1"
  63. goblint-cil >= "2.0.0"
  64. graphics >= "5.1.2"
  65. gsl = "1.24.0" | >= "1.24.2"
  66. gstreamer >= "0.3.1"
  67. guile
  68. hdf5 >= "0.1.5"
  69. hidapi >= "1.1"
  70. hugin >= "1.0.0~alpha1"
  71. hxd >= "0.2.0"
  72. interval_base
  73. interval_crlibm < "1.6"
  74. io-page < "2.4.0"
  75. iomux
  76. iter < "1.7"
  77. jst-config
  78. krb
  79. lablgtk3 >= "3.0.beta4" & < "3.0.beta7"
  80. lablqml >= "0.7"
  81. lacaml >= "11.0.2"
  82. ladspa >= "0.2.0"
  83. lame >= "0.3.4"
  84. lbfgs >= "0.9.1"
  85. libbinaryen < "105.1.0" | >= "107.0.1"
  86. lilv
  87. links < "0.9.1"
  88. links-postgresql < "0.9.1"
  89. links-sqlite3 < "0.9.1"
  90. llama
  91. llama-cpp-ocaml
  92. lmdb >= "1.0"
  93. lo >= "0.2.0"
  94. lwt >= "4.3.0"
  95. lz4 >= "1.3.0"
  96. lzo >= "0.0.3"
  97. mad >= "0.5.0"
  98. mariadb >= "1.2.0"
  99. memtrace_viewer < "v0.15.0"
  100. mesh >= "0.9.5"
  101. mesh-easymesh >= "0.9.5"
  102. mindstorm >= "0.8"
  103. mindstorm-lwt
  104. miou >= "0.5.0"
  105. mirage-clock < "4.2.0"
  106. mirage-clock-lwt
  107. mirage-clock-unix >= "4.2.0"
  108. mirage-crypto
  109. mirage-crypto-ec
  110. mirage-crypto-rng
  111. mirage-crypto-rng-async
  112. mlmpfr >= "4.2.0"
  113. mm >= "0.7.0"
  114. mosaique
  115. mpg123
  116. mssql < "2.0.3"
  117. multicont >= "1.0.1"
  118. mysql8
  119. nx
  120. OCanren
  121. OCanren-ppx
  122. ocaml-canvas
  123. ocaml-protoc-plugin >= "6.1.0"
  124. ocaml_intrinsics
  125. ocamlfuse
  126. octez-version
  127. odepack >= "0.6.9"
  128. ogg >= "1.0.0"
  129. oniguruma >= "0.1.1"
  130. opus
  131. ortools_solvers
  132. otaglibc
  133. owl >= "0.5.0"
  134. owl-base >= "0.5.0" & < "0.7.0"
  135. parmap >= "1.1.1"
  136. pcre >= "7.3.5" & < "7.4.2" | >= "7.4.4"
  137. pcre2
  138. plplot >= "5.11.0-1"
  139. poll
  140. portaudio >= "0.2.2"
  141. portmidi
  142. posix-getopt >= "2.0.0"
  143. posix-socket >= "3.0.0"
  144. postgresql >= "4.4.1" & < "4.5.1" | >= "4.6.0"
  145. ppx_cstubs < "0.4.1"
  146. ppx_monad >= "0.2.0"
  147. pulseaudio >= "0.1.4"
  148. qcaml
  149. qrencode
  150. raygui < "1.5.1"
  151. raylib >= "0.2.2"
  152. rowex
  153. rune >= "1.0.0~alpha1"
  154. samplerate >= "0.1.6"
  155. secp256k1 >= "0.4.1"
  156. secp256k1-internal >= "0.2.0"
  157. shine >= "0.2.2"
  158. soundtouch >= "0.1.9"
  159. speex
  160. sqlite3 >= "4.4.1"
  161. srt
  162. ssl >= "0.5.6"
  163. swipl
  164. taglib >= "0.3.7"
  165. tensorflow
  166. tezos-version >= "16.0"
  167. theora
  168. torch
  169. trexio
  170. tsdl-image >= "0.3.2"
  171. tsdl-mixer >= "0.3.2"
  172. tsdl-ttf >= "0.3.2"
  173. uring
  174. vorbis
  175. wasmtime
  176. waylaunch
  177. xkbcommon
  178. yaml >= "1.0.0"
  179. zmq >= "5.1.0"

Conflicts

None