package dune-configurator

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.7.1.tbz
sha256=adfc38f14c0188a2ad80d61451d011d27ab8839b717492d7ad42f7cb911c54c3
sha512=a74cd77ac7714f9434b5991c6dc02c6e6a2f46071d993a8985a9c9f0105182bb9e310ae2bcf7cf1d411c848d1a665e0fc0111b3597e5b1c6b634c1d398bea432

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: 05 Apr 2023

README

Dune - A Composable Build System

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.

Overview

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

Building 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.

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

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (4)

  1. csexp >= "1.5.0"
  2. base-unix
  3. ocaml >= "4.04.0"
  4. dune >= "3.5"

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

Conflicts

None