package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Added to opam-repository:

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

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

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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 (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest
  26. alcotest-async
  27. alcotest-js
  28. alcotest-lwt
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. allegro5
  34. alonzo
  35. alsa >= "0.3.0"
  36. alt-ergo >= "2.3.0" & < "2.6.0"
  37. alt-ergo-free >= "2.4.3"
  38. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  39. alt-ergo-parsers < "2.6.0"
  40. alt-ergo-plugin-ab-why3 < "2.6.0"
  41. altgr-ergo >= "2.3.0"
  42. ambient-context
  43. ambient-context-eio
  44. ambient-context-lwt
  45. amqp-client >= "2.0.3"
  46. amqp-client-async
  47. amqp-client-lwt
  48. ancient >= "0.10.0"
  49. anders
  50. angstrom >= "0.11.1"
  51. angstrom-async >= "0.11.1"
  52. angstrom-lwt-unix >= "0.11.1"
  53. angstrom-unix >= "0.11.1"
  54. ansi
  55. ansi-parse
  56. anthill
  57. antic < "0.3.2"
  58. ao >= "0.2.2"
  59. api-watch
  60. apronext
  61. arb < "0.3.2"
  62. arc
  63. archetype
  64. archi
  65. archi-async
  66. archi-lwt
  67. arg-complete
  68. argon2
  69. arp
  70. art
  71. asai
  72. asak
  73. ask
  74. ask-integrator
  75. asli >= "0.2.0"
  76. asn1-combinators >= "0.2.5"
  77. ast_generic
  78. async < "v0.17.0"
  79. async-uri < "0.4.0"
  80. async_durable < "v0.17.0"
  81. async_extra < "v0.17.0"
  82. async_find < "v0.17.0"
  83. async_graphics
  84. async_inotify < "v0.17.0"
  85. async_interactive < "v0.17.0"
  86. async_js < "v0.17.0"
  87. async_kernel < "v0.17.0"
  88. async_rpc_kernel < "v0.17.0"
  89. async_rpc_websocket < "v0.17.0"
  90. async_sendfile < "v0.17.0"
  91. async_shell < "v0.17.0"
  92. async_smtp < "v0.17.0"
  93. async_ssl < "v0.17.0"
  94. async_udp < "v0.17.0"
  95. async_unix < "v0.17.0"
  96. async_websocket < "v0.17.0"
  97. atable
  98. atd >= "2.2.1" & < "4.0.0"
  99. atdcpp < "4.0.0"
  100. atdd < "4.0.0"
  101. atdgen >= "2.2.1" & < "4.0.0"
  102. atdgen-codec-runtime < "4.0.0"
  103. atdgen-runtime >= "2.2.1" & < "4.0.0"
  104. atdj >= "2.2.1" & < "4.0.0"
  105. atdpy < "4.0.0"
  106. atds < "4.0.0"
  107. atdts < "4.0.0"
  108. atomic < "base"
  109. autofonce
  110. autofonce_config
  111. autofonce_core
  112. autofonce_lib
  113. autofonce_m4
  114. autofonce_misc
  115. autofonce_patch
  116. autofonce_share
  117. avro
  118. avro-compiler
  119. awa
  120. awa-mirage
  121. aws >= "1.2"
  122. aws-async
  123. aws-autoscaling >= "1.2"
  124. aws-cloudformation >= "1.2"
  125. aws-cloudtrail >= "1.2"
  126. aws-cloudwatch
  127. aws-config
  128. aws-ec2 >= "1.2"
  129. aws-elasticache
  130. aws-elasticloadbalancing >= "1.2"
  131. aws-lwt
  132. aws-rds
  133. aws-route53
  134. aws-s3
  135. aws-s3-async
  136. aws-s3-lwt
  137. aws-sdb >= "1.2"
  138. aws-sqs
  139. aws-ssm >= "1.2"
  140. aws-sts >= "1.2"
  141. awsm
  142. awsm-async
  143. awsm-codegen
  144. awsm-lwt
  145. awso
  146. awso-async
  147. awso-cli
  148. awso-common
  149. awso-eio
  150. awso-lwt
  151. awso-sync
  152. azblob
  153. azblob-async
  154. azure-cosmos-db < "0.4.0"
  155. babel < "v0.17.0"
  156. backoff
  157. bag
  158. baguette_sharp
  159. bancos
  160. bank
  161. bare_encoding
  162. bark
  163. base < "v0.17.0"
  164. base32
  165. base64 >= "2.3.0"
  166. base_bigstring < "v0.17.0"
  167. base_quickcheck < "v0.17.0"
  168. base_trie < "v0.17.0"
  169. bastet
  170. bastet_async
  171. bastet_lwt
  172. batch_jaro_winkler
  173. batsat
  174. batteries >= "3.7.1"
  175. bcfg
  176. bcfgt
  177. bdd >= "0.5"
  178. bddrand
  179. bech32
  180. bechamel
  181. bechamel-js
  182. bechamel-notty
  183. bechamel-perf
  184. beluga = "1.0"
  185. benchmark >= "1.6"
  186. bencode >= "2.0"
  187. bentov
  188. bestline
  189. bheap >= "2.0.0"
  190. bibfmt
  191. bidirectional_map < "v0.17.0"
  192. bigarray-compat
  193. bigarray-overlap
  194. bigdecimal < "v0.17.0"
  195. bignum < "v0.17.0"
  196. bigstring >= "0.3"
  197. bigstring-unix
  198. bigstringaf >= "0.5.0"
  199. bimage
  200. bimage-display
  201. bimage-gtk
  202. bimage-io
  203. bimage-lwt
  204. bimage-sdl
  205. bimage-unix
  206. bimap
  207. bin
  208. bin_prot < "v0.17.0"
  209. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  210. binaryen_dsl
  211. bindlib >= "6.0.0"
  212. biniou >= "1.2.1"
  213. binning
  214. binsec < "0.11.0"
  215. bio_io
  216. biocaml
  217. biotk
  218. bisect_ppx >= "1.4.0"
  219. bistro
  220. bistro-bio
  221. bitcoin >= "3.0"
  222. bitcoin-cohttp-async
  223. bitcoin-cohttp-lwt
  224. bitcoin-ocurl
  225. bitcoinml
  226. bitflyer
  227. bitlib
  228. bitmasks
  229. bitpack_serializer
  230. bitstring >= "3.1.1" & < "5.0.2"
  231. bitv >= "1.4"
  232. bitwuzla
  233. bitwuzla-bin < "1.0.0"
  234. bitwuzla-c
  235. bizowie-api
  236. bjack >= "0.1.6"
  237. blake3
  238. bloomf
  239. bls12-381 < "19.0"
  240. bls12-381-gen
  241. bls12-381-hash
  242. bls12-381-js
  243. bls12-381-js-gen
  244. bls12-381-legacy
  245. bls12-381-signature
  246. bls12-381-unix
  247. blurhash
  248. bm25
  249. bnfgen
  250. bogue
  251. bogue-tutorials
  252. boltzgen < "0.9.5"
  253. bonsai < "v0.17.0"
  254. boulangerie
  255. box
  256. brr-lwd
  257. bst >= "7.0.1"
  258. bstr
  259. buffer-pool
  260. build_path_prefix_map >= "0.3"
  261. builder
  262. builder-web
  263. bun >= "0.3.4"
  264. bwd
  265. bwrap
  266. bytearray
  267. bytebuffer
  268. bytepdf
  269. bz2
  270. ca-certs
  271. ca-certs-nss
  272. cachet
  273. cachet-lwt
  274. cachet-solo5
  275. cactus
  276. cairn
  277. cairo2 >= "0.6"
  278. cairo2-gtk
  279. cairo2-pango
  280. caisar < "0.2.1"
  281. caisar-ir
  282. caisar-nnet
  283. caisar-onnx
  284. caisar-ovo
  285. caisar-xgboost
  286. calcium < "0.3.2"
  287. calculon
  288. calculon-web
  289. calendar >= "3.0.0"
  290. calendars
  291. calipso
  292. calli
  293. callipyge >= "0.2"
  294. camelot
  295. camels
  296. camelsnakekebab
  297. camlimages >= "5.0.2"
  298. camlix
  299. camlon >= "3.1.0"
  300. camlp-streams
  301. camlrack
  302. camltc >= "0.9.8"
  303. camomile >= "1.0.2" & < "2.1.0"
  304. camyll
  305. canary
  306. capnp >= "3.5.0"
  307. capnp-rpc < "2.1"
  308. capnp-rpc-lwt < "2.0"
  309. capnp-rpc-net < "2.1"
  310. capnp-rpc-unix < "2.1"
  311. caqti >= "1.0.0" & < "2.1.1"
  312. caqti-async < "2.1.1"
  313. caqti-driver-mariadb < "2.1.1"
  314. caqti-driver-pgx < "2.1.1"
  315. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  316. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  317. caqti-dynload >= "1.0.0" & < "2.3.0"
  318. caqti-eio < "2.1.1"
  319. caqti-lwt >= "1.0.0" & < "2.1.1"
  320. caqti-mirage < "2.1.1"
  321. caqti-type-calendar >= "1.0.0" & < "3.0.0"
  322. carbon < "0.2.0"
  323. carray
  324. carton < "1.0.0"
  325. carton-git
  326. carton-lwt < "1.0.0"
  327. catala < "0.9.0"
  328. catala-format >= "0.2.0" & < "1.2.0"
  329. catala-lsp
  330. catapult
  331. catapult-client
  332. catapult-daemon
  333. catapult-file
  334. catapult-sqlite
  335. cattery
  336. cbor >= "0.3"
  337. cborl
  338. ccbg
  339. cconv >= "0.5"
  340. cdb
  341. cdrom >= "0.9.4"
  342. ceph
  343. certify >= "0.3.0"
  344. cf
  345. cf-lwt
  346. cfg >= "2.2.0"
  347. cfml
  348. cfstream
  349. chacha
  350. chamelon
  351. chamelon-unix
  352. chamo
  353. charInfo_width
  354. charrua
  355. charrua-client
  356. charrua-server
  357. charrua-unix
  358. charset
  359. chartjs
  360. chartjs-annotation
  361. chartjs-colorschemes
  362. chartjs-datalabels
  363. chartjs-streaming
  364. chase
  365. checkseum = "0.0.3" | >= "0.2.1"
  366. choice >= "0.4"
  367. cid
  368. cinaps >= "v0.12.0"
  369. clangml >= "4.0.1"
  370. clangml-transforms
  371. clap >= "0.2.0"
  372. clarity-lang
  373. class_group_vdf
  374. clim
  375. clim-ppx
  376. climate
  377. clp_operations
  378. clz
  379. cmarker
  380. cmdliner-stdlib
  381. cmon
  382. codept
  383. codept-lib
  384. cohttp >= "1.1.1" & < "6.0.0"
  385. cohttp-async < "6.0.0"
  386. cohttp-curl < "6.1.0"
  387. cohttp-curl-async < "6.1.0"
  388. cohttp-eio < "6.0.0"
  389. cohttp-lwt < "6.0.0"
  390. cohttp-lwt-jsoo < "6.1.0"
  391. cohttp-lwt-unix < "6.0.0"
  392. cohttp_async_websocket < "v0.17.0"
  393. cohttp_static_handler < "v0.17.0"
  394. coin >= "0.1.1"
  395. colibri2 < "0.6"
  396. colibrics < "0.6"
  397. colibrilib < "0.6"
  398. colombe
  399. color >= "0.2.0"
  400. color-brewery
  401. combinat
  402. comby
  403. comby-kernel
  404. comby-semantic
  405. command_rpc < "v0.17.0"
  406. commons
  407. conan
  408. conan-cli
  409. conan-database
  410. conan-lwt
  411. conan-unix
  412. conduit
  413. conduit-async
  414. conduit-lwt
  415. conduit-lwt-unix
  416. conduit-mirage
  417. conex >= "0.10.0"
  418. conex-mirage-crypto
  419. confero
  420. config-file = "1.2.1"
  421. conformist
  422. containers
  423. containers-data
  424. containers-thread
  425. content_security_policy < "v0.17.0"
  426. cookie
  427. cookies
  428. coq >= "8.14.0" & < "9.0.0"
  429. coq-core < "9.0.0"
  430. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0" | = "0.2.5+8.20"
  431. coq-of-ocaml
  432. coq-serapi
  433. coq-stdlib < "9.0.0"
  434. coqide >= "8.14.0"
  435. coqide-server < "9.0.0"
  436. core < "v0.17.0"
  437. core-and-more
  438. core_bench < "v0.17.0"
  439. core_compat
  440. core_extended < "v0.17.0"
  441. core_kernel < "v0.17.0"
  442. core_profiler < "v0.17.0"
  443. core_unix < "v0.17.0"
  444. cosovo
  445. cow >= "2.4.0"
  446. cowabloga >= "0.5.0"
  447. cpm >= "12.1.2"
  448. cppo >= "1.6.6"
  449. cppo_ocamlbuild >= "1.6.6"
  450. cps_toolbox
  451. cpu
  452. cpuid >= "0.1.2"
  453. crc >= "2.1.0"
  454. crlibm >= "0.3"
  455. crontab
  456. crowbar >= "0.2"
  457. crunch
  458. cry >= "0.6.5"
  459. crypt >= "2.0"
  460. cryptokit >= "1.16.1"
  461. csexp
  462. csexp-query
  463. css
  464. css-parser
  465. cstruct
  466. cstruct-async
  467. cstruct-lwt
  468. cstruct-sexp
  469. cstruct-unix
  470. csv >= "2.2"
  471. csv-lwt >= "2.1"
  472. csvfields < "v0.17.0"
  473. csvtool
  474. ctoxml
  475. ctypes >= "0.21.1" & < "0.24.0"
  476. ctypes-foreign >= "0.21.1" & < "0.24.0"
  477. ctypes-zarith
  478. ctypes_stubs_js
  479. cucumber
  480. cudd < "0.1.3"
  481. cudf >= "0.10"
  482. cue_sheet_maker
  483. cuid >= "0.2"
  484. cumulus
  485. curl
  486. curl_lwt
  487. curly >= "0.2.0"
  488. current
  489. current-albatross-deployer
  490. current-web-pipelines
  491. current_ansi
  492. current_docker
  493. current_examples
  494. current_git
  495. current_github
  496. current_gitlab
  497. current_incr
  498. current_ocluster < "0.3.0"
  499. current_rpc
  500. current_slack
  501. current_ssh
  502. current_web
  503. curses >= "1.0.9" & < "1.0.12"
  504. curve-sampling
  505. cviode
  506. daft >= "0.0.4"
  507. dap
  508. data-encoding
  509. dataframe
  510. datakit-server >= "0.12.2"
  511. datakit-server-9p >= "0.12.2"
  512. datalog >= "0.6"
  513. dates_calc < "0.0.7"
  514. daypack-lib
  515. dbf != "0.1.1"
  516. dblp
  517. dblp-api
  518. debian-formats >= "0.1.2"
  519. decimal
  520. decoders >= "0.1.2"
  521. decoders-bencode
  522. decoders-cbor
  523. decoders-ezjsonm >= "0.1.2"
  524. decoders-ezxmlm
  525. decoders-jsonaf
  526. decoders-jsonm
  527. decoders-msgpck
  528. decoders-sexplib
  529. decoders-yojson >= "0.1.2"
  530. decompress >= "0.8.1"
  531. dedent < "v0.17.0"
  532. dedukti >= "2.7"
  533. delimited_parsing < "v0.17.0"
  534. depyt
  535. devkit >= "1.0"
  536. diet
  537. diffable
  538. digestif >= "0.9.0"
  539. directories
  540. dirsift
  541. diskuvbox
  542. disml
  543. dispatch >= "0.4.1"
  544. dispatch-js
  545. distributed >= "0.6.0"
  546. distributed-lwt >= "0.2.0"
  547. distributed-uwt >= "0.2.0"
  548. dkim
  549. dkim-bin
  550. dkim-lwt-unix
  551. dkim-mirage
  552. dkml-c-probe
  553. dkml-dune-dsl
  554. dkml-dune-dsl-show
  555. dkml-install
  556. dkml-install-installer
  557. dkml-install-runner
  558. dkml-runtime-common >= "2.0.3"
  559. dkml-runtime-distribution
  560. dkml-workflows
  561. dlm >= "0.3.1"
  562. dmap
  563. dmarc
  564. dns
  565. dns-certify
  566. dns-cli
  567. dns-client
  568. dns-client-lwt
  569. dns-client-miou-unix
  570. dns-client-mirage
  571. dns-lwt
  572. dns-mirage
  573. dns-resolver
  574. dns-server
  575. dns-stub
  576. dns-tsig
  577. dnsrobot
  578. dnssec
  579. docfd
  580. docker-api >= "0.2"
  581. docker_hub
  582. dockerfile < "8.3.5"
  583. dockerfile-cmd < "8.3.5"
  584. dockerfile-opam >= "8.2.7" & < "8.3.5"
  585. docteur
  586. docteur-solo5
  587. docteur-unix
  588. doculib
  589. doi2bib
  590. dokeysto >= "3.0.2"
  591. dokeysto_camltc >= "3.0.2"
  592. dokeysto_lz4 >= "3.0.2"
  593. dolmen >= "0.4.1"
  594. dolmen_bin
  595. dolmen_loop
  596. dolmen_lsp
  597. dolmen_model
  598. dolmen_type
  599. dolog >= "4.0.0"
  600. domain-local-await < "1.0.1"
  601. domain-local-timeout
  602. domain-name
  603. domain_shims
  604. domainslib
  605. dose3 >= "6.1"
  606. dose3-extra
  607. dot-merlin-reader
  608. dotenv
  609. dream
  610. dream-accept
  611. dream-cli
  612. dream-encoding
  613. dream-html
  614. dream-htmx
  615. dream-httpaf
  616. dream-livereload
  617. dream-pure
  618. dream-serve
  619. dream_middleware_ext
  620. drom >= "0.3.0"
  621. drom_lib >= "0.3.0"
  622. drom_toml
  623. dropbox
  624. dropbox_lwt_unix
  625. dscheck < "0.4.0"
  626. dssi >= "0.1.3"
  627. dtc-pb
  628. dtoa >= "0.3.2"
  629. dtools
  630. dual
  631. duff >= "0.2"
  632. dum >= "1.0.3"
  633. dump_ocamlformat
  634. dune-ai-context
  635. dune-build-info < "3.15.3"
  636. dune-cargo-build
  637. dune-compiledb
  638. dune-configurator >= "2.5.1" & < "3.15.3"
  639. dune-deps
  640. dune-expand
  641. dune-private-libs < "3.15.3"
  642. dune-release >= "1.0.0" & < "2.0.0"
  643. duppy
  644. duras < "2.1.1"
  645. duration
  646. dyn < "3.15.3"
  647. dypgen
  648. earley >= "3.0.0"
  649. earlybird < "1.3.4"
  650. easy-format >= "1.3.2"
  651. easy_logging
  652. easy_logging_yojson
  653. ecaml < "v0.17.0"
  654. edn
  655. ego
  656. eigen >= "0.1.0"
  657. eio < "0.9"
  658. eio-ssl
  659. eio_linux < "0.9"
  660. either
  661. elasticsearch-cli >= "0.5"
  662. electrod
  663. eliom >= "10.1.2" & < "12.0.0"
  664. elm_core
  665. elm_playground
  666. elm_playground_native
  667. elm_playground_web
  668. elm_system
  669. elpi
  670. email_message < "v0.17.0"
  671. embedded_ocaml_templates
  672. emile >= "0.4"
  673. emoji >= "2.0.0"
  674. encore >= "0.4"
  675. env_config < "v0.17.0"
  676. epictetus
  677. eqaf >= "0.2"
  678. eqaf-cstruct
  679. equinoxe
  680. equinoxe-cohttp
  681. equinoxe-hlc
  682. erlang
  683. errpy
  684. erssical
  685. esa
  686. esgg
  687. esperanto-cosmopolitan >= "0.0.5"
  688. ethernet
  689. euler
  690. exenum >= "0.86"
  691. exit
  692. expect >= "0.1.0"
  693. expect_test_helpers
  694. expect_test_helpers_async < "v0.17.0"
  695. expect_test_helpers_core < "v0.17.0"
  696. expect_test_helpers_kernel
  697. expr
  698. extism
  699. extism-manifest
  700. extlib >= "1.7.9"
  701. extunix >= "0.3.1"
  702. ez_api
  703. ez_cmdliner >= "0.2.0"
  704. ez_config >= "0.2.0"
  705. ez_file >= "0.3.0"
  706. ez_hash
  707. ez_pgocaml
  708. ez_search
  709. ez_subst
  710. ezcurl
  711. ezcurl-lwt
  712. ezdl
  713. ezgzip >= "0.2.3"
  714. ezjs_ace
  715. ezjs_blockies
  716. ezjs_cleave
  717. ezjs_crypto
  718. ezjs_cytoscape
  719. ezjs_d3pie
  720. ezjs_extension
  721. ezjs_fetch
  722. ezjs_idb
  723. ezjs_jquery
  724. ezjs_min
  725. ezjs_odometer
  726. ezjs_push
  727. ezjs_qrcode
  728. ezjs_recaptcha
  729. ezjs_timeline
  730. ezjsonm >= "1.0.0"
  731. ezjsonm-encoding
  732. ezjsonm-lwt
  733. ezlua
  734. ezresto
  735. ezresto-directory
  736. ezsqlite >= "0.4.2"
  737. ezxmlm >= "1.1.0"
  738. FPauth
  739. FPauth-core
  740. FPauth-responses
  741. FPauth-strategies
  742. FrontC >= "4.0.0"
  743. faad >= "0.5.0"
  744. facteur
  745. fadbadml >= "0.1.2"
  746. faraday >= "0.7.1"
  747. faraday-async >= "0.7.1"
  748. faraday-lwt >= "0.7.1"
  749. faraday-lwt-unix >= "0.7.1"
  750. farith
  751. farmhash >= "0.4"
  752. fasmifra
  753. fat-filesystem >= "0.13.0"
  754. fd-send-recv >= "2.0.1"
  755. fdkaac >= "0.3.2"
  756. feat
  757. feat-core
  758. feat-num
  759. feather
  760. feather_async
  761. ff
  762. ff-bench
  763. ff-pbt
  764. ff-sig
  765. ffmpeg >= "1.0.0~beta1" & < "1.2.7"
  766. ffmpeg-av < "1.2.7"
  767. ffmpeg-avcodec < "1.2.7"
  768. ffmpeg-avdevice < "1.2.7"
  769. ffmpeg-avfilter < "1.2.7"
  770. ffmpeg-avutil < "1.2.7"
  771. ffmpeg-swresample < "1.2.7"
  772. ffmpeg-swscale < "1.2.7"
  773. fftw3
  774. fiat-p256
  775. fiber
  776. fiber-lwt
  777. fieldslib >= "v0.13.0" & < "v0.17.0"
  778. file_path < "v0.17.0"
  779. fileutils >= "0.6.1"
  780. finch
  781. fit < "1.3.2"
  782. fix >= "20181206"
  783. flac
  784. flatunionfind
  785. flex-array
  786. flint < "0.3.2"
  787. floatml
  788. flow_parser >= "0.229.1"
  789. fluxt
  790. fmlib
  791. fmlib_browser
  792. fmlib_js
  793. fmlib_parse
  794. fmlib_pretty
  795. fmlib_std
  796. fontforge-of-ocaml
  797. frama-c >= "26.0~beta" & < "28.0~beta"
  798. frama-c-metacsl >= "0.4" & < "0.7"
  799. frama-clang < "0.0.16"
  800. fred
  801. freetds >= "0.7"
  802. frei0r >= "0.1.2"
  803. frenetic
  804. fromager
  805. fsevents
  806. fsevents-lwt
  807. fsml
  808. fswatch
  809. fswatch_async
  810. fswatch_lwt
  811. fun-postgresql
  812. fun-sql
  813. fun-sqlite
  814. functoria
  815. functoria-runtime
  816. fuseau
  817. fuseau-lwt
  818. fuzzy_compare
  819. fuzzy_match < "v0.17.0"
  820. fzf < "v0.17.0"
  821. GenArrayIter
  822. GT < "0.5.4"
  823. gapi-ocaml
  824. gbddml
  825. gd >= "1.1"
  826. gdbprofiler
  827. gemini
  828. gen >= "0.5.3"
  829. gen_js_api < "1.1.7"
  830. gendarme < "0.4.1"
  831. gendarme-csv < "0.4.1"
  832. gendarme-ezjsonm < "0.4.1"
  833. gendarme-json < "0.4.0"
  834. gendarme-toml < "0.4.1"
  835. gendarme-yaml < "0.4.1"
  836. gendarme-yojson < "0.4.1"
  837. genspio >= "0.0.3"
  838. genspir >= "1.0.1"
  839. geojson
  840. geojsone
  841. geoml
  842. get_line >= "7.0.0"
  843. getopt >= "20230213"
  844. gettext = "0.4.2"
  845. gettext-camomile < "0.5.0"
  846. gettext-stub < "0.5.0"
  847. git
  848. git-cohttp
  849. git-cohttp-unix
  850. git-http
  851. git-kv
  852. git-mirage
  853. git-net
  854. git-paf
  855. git-unix
  856. github >= "4.0.0"
  857. github-data
  858. github-hooks
  859. github-hooks-unix >= "0.5.0"
  860. github-jsoo >= "4.3.0"
  861. github-unix >= "4.0.0"
  862. gitlab
  863. gitlab-jsoo
  864. gitlab-unix
  865. gitlab_pipeline_notifier
  866. glfw-ocaml
  867. globlon
  868. gluten
  869. gluten-async
  870. gluten-eio
  871. gluten-lwt
  872. gluten-lwt-unix
  873. gluten-mirage
  874. gmap
  875. gmocoin
  876. gmp
  877. gnuplot
  878. gobba
  879. gobject-introspection
  880. goblint < "2.3.0"
  881. goblint-cil >= "1.8.0"
  882. google-drive-ocamlfuse
  883. gopcaml-mode
  884. gopcaml-mode-merlin
  885. gospel
  886. gotd
  887. gperftools
  888. gpiod
  889. gpr
  890. gr
  891. grace
  892. gradescope_submit
  893. grain_dypgen >= "0.2.1"
  894. graphics
  895. graphql >= "0.8.0"
  896. graphql-async >= "0.8.0"
  897. graphql-cohttp >= "0.9.0"
  898. graphql-lwt >= "0.8.0"
  899. graphql_parser >= "0.9.0"
  900. graphql_ppx
  901. graphv
  902. graphv_core
  903. graphv_core_lib
  904. graphv_font
  905. graphv_font_js
  906. graphv_font_stb_truetype
  907. graphv_gles2
  908. graphv_gles2_native
  909. graphv_gles2_native_impl
  910. graphv_webgl
  911. graphv_webgl_impl
  912. gremlin
  913. grenier
  914. grid
  915. grpc < "0.2.0"
  916. grpc-async < "0.2.0"
  917. grpc-lwt < "0.2.0"
  918. gsl >= "1.24.0"
  919. gstreamer >= "0.3.1"
  920. guardian
  921. guile
  922. h1
  923. h1-lwt-unix
  924. h1_parser
  925. h2
  926. h2-async
  927. h2-eio
  928. h2-lwt
  929. h2-lwt-unix
  930. h2-mirage
  931. hack_parallel
  932. hacl-star
  933. hacl-star-raw >= "0.5.0"
  934. hacl_func
  935. hacl_x25519
  936. happy-eyeballs
  937. happy-eyeballs-lwt
  938. happy-eyeballs-miou-unix
  939. happy-eyeballs-mirage
  940. hardcaml < "v0.17.0"
  941. hardcaml_axi < "v0.17.0"
  942. hardcaml_c < "v0.17.0"
  943. hardcaml_circuits < "v0.17.0"
  944. hardcaml_fixed_point < "v0.17.0"
  945. hardcaml_handshake < "v0.17.0"
  946. hardcaml_of_verilog < "v0.17.0"
  947. hardcaml_step_testbench < "v0.17.0"
  948. hardcaml_verify < "v0.17.0"
  949. hardcaml_verilator < "v0.17.0"
  950. hardcaml_waveterm < "v0.17.0"
  951. hardcaml_xilinx < "v0.17.0"
  952. hardcaml_xilinx_components < "v0.17.0"
  953. hardcaml_xilinx_reports < "v0.17.0"
  954. hashcons >= "1.4.0"
  955. hashset >= "1.0.1"
  956. haxe >= "4.1.1"
  957. hc
  958. hdf5
  959. headache
  960. header-check
  961. hedgehog
  962. hedgehog-alcotest
  963. herdtools7 >= "7.55"
  964. hex >= "1.3.0"
  965. hex_encode < "v0.17.0"
  966. hexstring
  967. hg_lib < "v0.17.0"
  968. hidapi >= "1.1"
  969. hidapi-lwt
  970. higher_kinded < "v0.17.0"
  971. higlo >= "0.8"
  972. hilite < "0.5.0"
  973. hkdf
  974. hl_yaml
  975. hockmd
  976. hpack
  977. htmlfromtexbooks
  978. hts_shrink >= "2.1.2"
  979. http < "6.0.0"
  980. http-cookie
  981. http-date < "0.2"
  982. http-lwt-client
  983. http-mirage-client
  984. http-multipart-formdata
  985. http_async
  986. httpaf >= "0.6.0"
  987. httpaf-async >= "0.6.0"
  988. httpaf-lwt-unix
  989. httpaf_caged
  990. httpcats
  991. httph
  992. httpun
  993. httpun-async
  994. httpun-eio
  995. httpun-lwt
  996. httpun-lwt-unix
  997. httpun-mirage
  998. httpun-types
  999. httpun-ws
  1000. httpun-ws-async
  1001. httpun-ws-eio
  1002. httpun-ws-lwt
  1003. httpun-ws-lwt-unix
  1004. httpun-ws-mirage
  1005. huffman
  1006. hurl
  1007. hvsock >= "2.0.0"
  1008. hxd
  1009. hyper
  1010. ISO3166
  1011. ISO8601 >= "0.2.6"
  1012. i3ipc
  1013. icalendar
  1014. idd
  1015. idds
  1016. imagelib
  1017. incr_dom < "v0.17.0"
  1018. incr_dom_interactive < "v0.17.0"
  1019. incr_dom_keyboard
  1020. incr_dom_partial_render < "v0.17.0"
  1021. incr_dom_sexp_form < "v0.17.0"
  1022. incr_dom_widgets
  1023. incr_map < "v0.17.0"
  1024. incr_select < "v0.17.0"
  1025. incremental < "v0.17.0"
  1026. incremental_cycles
  1027. indentation_buffer < "v0.17.0"
  1028. index
  1029. index-bench
  1030. inferno >= "20190924"
  1031. influxdb
  1032. influxdb-async
  1033. influxdb-lwt
  1034. inotify >= "2.4" & < "2.6"
  1035. inquire
  1036. int_repr < "v0.17.0"
  1037. integers >= "0.3.0"
  1038. integers_stubs_js
  1039. integration1d >= "0.5.1"
  1040. intel_hex
  1041. interface-prime
  1042. interface-prime-lwt
  1043. interval >= "1.5" & < "1.6"
  1044. interval-map
  1045. interval_base
  1046. interval_crlibm
  1047. interval_intel
  1048. io-page
  1049. io-page-unix
  1050. iomux < "0.4"
  1051. iostream
  1052. iostream-camlzip
  1053. ip2location
  1054. ip2locationio
  1055. ip2proxy
  1056. ip2whois
  1057. ipaddr >= "2.9.0"
  1058. ipaddr-cstruct
  1059. ipaddr-sexp
  1060. irc-client >= "0.6.2"
  1061. irc-client-lwt >= "0.6.2"
  1062. irc-client-lwt-ssl
  1063. irc-client-tls >= "0.6.2"
  1064. irc-client-unix >= "0.6.2"
  1065. iri >= "0.6.0" & < "1.1.0"
  1066. irky
  1067. irky-eio
  1068. irmin
  1069. irmin-bench
  1070. irmin-chunk
  1071. irmin-cli
  1072. irmin-client
  1073. irmin-containers
  1074. irmin-fs
  1075. irmin-git
  1076. irmin-graphql
  1077. irmin-http
  1078. irmin-indexeddb
  1079. irmin-layers
  1080. irmin-mirage
  1081. irmin-mirage-git
  1082. irmin-mirage-graphql
  1083. irmin-pack
  1084. irmin-pack-tools
  1085. irmin-server
  1086. irmin-test
  1087. irmin-tezos
  1088. irmin-unix
  1089. irmin-watcher
  1090. iso639
  1091. iter >= "1.4"
  1092. itv-tree >= "2.2"
  1093. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1094. jane_rope < "v0.17.0"
  1095. janestreet_cpuid < "v0.17.0"
  1096. janestreet_csv < "v0.17.0"
  1097. janestreet_lru_cache < "v0.17.0"
  1098. jasmin >= "2023.06.0" & < "2025.06.0"
  1099. jekyll-format >= "0.2.0"
  1100. jemalloc >= "0.2"
  1101. jext
  1102. jhupllib
  1103. jingoo >= "1.3.0"
  1104. jose
  1105. js_of_ocaml < "5.1.0"
  1106. js_of_ocaml-compiler < "5.1.0"
  1107. js_of_ocaml-lwt < "5.1.0"
  1108. js_of_ocaml-ocamlbuild >= "3.5.0"
  1109. js_of_ocaml-ppx < "5.1.0"
  1110. js_of_ocaml-ppx_deriving_json < "5.1.0"
  1111. js_of_ocaml-toplevel < "5.1.0"
  1112. js_of_ocaml-tyxml < "5.1.0"
  1113. js_of_ocaml-webgpu
  1114. js_of_ocaml-webidl
  1115. js_of_ocaml_patches < "v0.17.0"
  1116. json-data-encoding < "1.1.1"
  1117. json-data-encoding-browser < "1.1.1"
  1118. json-data-encoding-bson < "1.1.1"
  1119. json_decoder
  1120. jsonaf < "v0.17.0"
  1121. jsonoo
  1122. jsonrpc < "1.28.0-506~preview"
  1123. jsonschema2atd
  1124. jsonxt
  1125. jsoo-react
  1126. jsoo_broadcastchannel
  1127. jsoo_storage
  1128. jst-config < "v0.17.0"
  1129. junit >= "2.0.1"
  1130. junit_alcotest >= "2.0.1"
  1131. junit_ounit >= "2.0.1"
  1132. jupyter
  1133. jupyter-archimedes
  1134. jupyter-kernel
  1135. jws
  1136. jwto
  1137. kafka >= "0.5"
  1138. kafka_async
  1139. kafka_lwt
  1140. kappa-agents
  1141. kappa-binaries
  1142. kappa-library
  1143. kappa-server
  1144. kcas < "0.7.0"
  1145. kcas_data < "0.7.0"
  1146. kdf
  1147. kdl
  1148. ke
  1149. key-parsers >= "0.10.1"
  1150. keyseq
  1151. kicadsch >= "0.4.0"
  1152. kind2
  1153. kinetic-client >= "0.0.11"
  1154. kittyimg
  1155. kkmarkdown
  1156. kmt
  1157. knights_tour
  1158. kqueue < "0.5.0"
  1159. krb
  1160. lab
  1161. lablgtk3
  1162. lablgtk3-extras >= "3.0.1"
  1163. lablgtk3-goocanvas2
  1164. lablgtk3-gtkspell3
  1165. lablgtk3-rsvg2
  1166. lablgtk3-sourceview3
  1167. lablqml
  1168. lacaml >= "11.0.2"
  1169. ladspa >= "0.2.0"
  1170. lambda
  1171. lambda-runtime
  1172. lambda-term >= "2.0"
  1173. lambda_streams
  1174. lambda_streams_async
  1175. lambda_streams_lwt
  1176. lambdapi < "2.3.1"
  1177. lambdasoup >= "0.6.4"
  1178. lame >= "0.3.4"
  1179. landmarks = "1.4"
  1180. landmarks-ppx < "1.5"
  1181. lascar >= "0.6-alpha"
  1182. lastfm >= "0.3.3"
  1183. launchd >= "1.3"
  1184. layoutz
  1185. lazy-trie
  1186. lbfgs >= "0.9.1"
  1187. lbvs_consent >= "2.1.0"
  1188. ldap >= "2.4.1"
  1189. ldp < "0.5.0"
  1190. ldp_curl < "0.5.0"
  1191. ldp_js < "0.5.0"
  1192. ldp_tls < "0.5.0"
  1193. leaflet
  1194. learn-ocaml
  1195. learn-ocaml-client
  1196. ledgerwallet
  1197. lens >= "1.2.4"
  1198. letsencrypt
  1199. letsencrypt-app
  1200. letsencrypt-dns
  1201. letsencrypt-mirage
  1202. letters
  1203. leveldb
  1204. lib_parsing
  1205. libabsolute
  1206. libbinaryen < "105.1.0" | >= "107.0.1"
  1207. libirmin
  1208. libsail < "0.20"
  1209. libsvm >= "0.10.0"
  1210. libzipperposition
  1211. lilac
  1212. lilv
  1213. line-up-words < "v0.17.0"
  1214. line_oriented
  1215. linenoise >= "1.3.1"
  1216. links
  1217. links-mysql
  1218. links-postgresql
  1219. links-sqlite3
  1220. linol
  1221. linol-eio
  1222. linol-lwt
  1223. lintcstubs
  1224. lintcstubs-arity < "0.5.2"
  1225. lintcstubs-gen
  1226. linwrap
  1227. liquid_interpreter
  1228. liquid_ml
  1229. liquid_parser
  1230. liquid_std
  1231. liquid_syntax
  1232. liquidsoap-core
  1233. liquidsoap-lang < "2.3.3"
  1234. liquidsoap-libs
  1235. liquidsoap-libs-extra
  1236. little_logger
  1237. llama
  1238. llama-cpp-ocaml
  1239. llama_core
  1240. llama_interactive
  1241. llama_midi
  1242. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1243. lmdb = "1.0"
  1244. lo >= "0.2.0"
  1245. lockfree
  1246. locswijch
  1247. loga
  1248. logical
  1249. logs-async < "1.3"
  1250. logs-async-reporter < "1.3"
  1251. logs-ppx
  1252. logs-syslog
  1253. logtk
  1254. lp
  1255. lp-glpk
  1256. lp-glpk-js
  1257. lp-gurobi
  1258. lp-highs
  1259. lpd
  1260. lreplay < "0.1.1"
  1261. lrgrep
  1262. lru >= "0.3.0"
  1263. lru_cache
  1264. lsp < "1.28.0-506~preview"
  1265. lt-code
  1266. lua-ml >= "0.9.3"
  1267. lua_parser
  1268. lucid
  1269. lun
  1270. lustre-v6 >= "6.103.3"
  1271. lutils >= "1.51.2"
  1272. lutin >= "2.71.10"
  1273. luv
  1274. luv_unix
  1275. lwd
  1276. lwt < "5.9.2" | = "6.0.0~alpha00"
  1277. lwt-canceler >= "0.2"
  1278. lwt-dllist
  1279. lwt-exit
  1280. lwt-parallel
  1281. lwt-watcher >= "0.2"
  1282. lwt_direct < "6.0.0~beta01"
  1283. lwt_domain
  1284. lwt_eio < "0.4"
  1285. lwt_glib >= "1.1.1"
  1286. lwt_log >= "1.1.1"
  1287. lwt_ppx >= "1.2.2" & < "5.9.2"
  1288. lwt_react >= "1.1.2"
  1289. lwt_retry
  1290. lwt_ssl >= "1.1.3"
  1291. lz4 >= "1.2.0"
  1292. lz4_chans >= "3.0.1"
  1293. lzo >= "0.0.3"
  1294. m_tree
  1295. macaddr
  1296. macaddr-cstruct
  1297. macaddr-sexp
  1298. mad >= "0.5.0"
  1299. magic-mime >= "1.1.2"
  1300. magic-trace
  1301. make-random
  1302. malfunction
  1303. man_in_the_middle_debugger < "v0.17.0"
  1304. markdown
  1305. markup >= "0.8.0"
  1306. markup-lwt
  1307. mastodon-archive-viewer >= "0.2"
  1308. matcha
  1309. matita
  1310. matplotlib
  1311. mbr-format
  1312. mc2
  1313. mccs
  1314. mcrunch
  1315. mdx >= "1.8.0" & < "2.6.0"
  1316. mec
  1317. mechaml
  1318. mehari
  1319. mehari-eio
  1320. mehari-eio-unix
  1321. mehari-lwt-unix
  1322. mehari-mirage
  1323. mel
  1324. melange < "1.0.0"
  1325. melange-compiler-libs
  1326. meldep
  1327. mem_usage < "0.2.0"
  1328. memcad
  1329. memfd
  1330. memgraph
  1331. memgraph_kitty
  1332. memo
  1333. memprof-limits
  1334. memtrace
  1335. memtrace-mirage
  1336. memtrace_viewer
  1337. menhir >= "20200123"
  1338. menhirCST
  1339. menhirGLR
  1340. menhirLib
  1341. menhirSdk
  1342. merge-fmt
  1343. merlin
  1344. merlin-extend
  1345. merlin-lib
  1346. mesh >= "0.9.5"
  1347. mesh-easymesh >= "0.9.5"
  1348. mesh-graphics >= "0.9.5"
  1349. mesh-triangle >= "0.9.5"
  1350. metadata
  1351. metadb
  1352. metapp
  1353. metaquot
  1354. metrics
  1355. metrics-influx
  1356. metrics-lwt
  1357. metrics-rusage
  1358. metrics-unix
  1359. mew
  1360. mew_vi
  1361. mhttp
  1362. mhttp-client
  1363. mhttp-server
  1364. micro_httpd
  1365. middleware
  1366. mimic
  1367. mimic-happy-eyeballs
  1368. mindstorm >= "0.8"
  1369. mindstorm-lwt
  1370. minicaml
  1371. minicli >= "5.0.2"
  1372. minisat >= "0.3"
  1373. miou < "0.5.2"
  1374. mirage >= "4.0.0"
  1375. mirage-block
  1376. mirage-block-ccm
  1377. mirage-block-combinators
  1378. mirage-block-lwt
  1379. mirage-block-partition
  1380. mirage-block-ramdisk
  1381. mirage-block-solo5
  1382. mirage-block-unikraft
  1383. mirage-block-unix
  1384. mirage-block-xen
  1385. mirage-bootvar
  1386. mirage-channel >= "3.2.0"
  1387. mirage-channel-lwt
  1388. mirage-clock
  1389. mirage-clock-lwt
  1390. mirage-clock-unix
  1391. mirage-conduit
  1392. mirage-console
  1393. mirage-console-lwt
  1394. mirage-crypto
  1395. mirage-crypto-ec
  1396. mirage-crypto-pk
  1397. mirage-crypto-rng
  1398. mirage-crypto-rng-async
  1399. mirage-crypto-rng-eio
  1400. mirage-crypto-rng-lwt
  1401. mirage-crypto-rng-miou-unix
  1402. mirage-crypto-rng-mirage
  1403. mirage-crypto-rng-mkernel
  1404. mirage-device
  1405. mirage-dns
  1406. mirage-flow
  1407. mirage-flow-combinators
  1408. mirage-flow-lwt
  1409. mirage-flow-unix
  1410. mirage-fs
  1411. mirage-fs-lwt
  1412. mirage-kv >= "2.0.0"
  1413. mirage-kv-lwt >= "2.0.0"
  1414. mirage-kv-mem
  1415. mirage-kv-unix < "3.0.0"
  1416. mirage-logs
  1417. mirage-monitoring
  1418. mirage-mtime
  1419. mirage-nat
  1420. mirage-net
  1421. mirage-net-lwt
  1422. mirage-net-macosx >= "1.6.0"
  1423. mirage-net-solo5
  1424. mirage-net-unikraft
  1425. mirage-net-unix
  1426. mirage-net-xen
  1427. mirage-profile
  1428. mirage-protocols
  1429. mirage-protocols-lwt
  1430. mirage-ptime
  1431. mirage-qubes
  1432. mirage-qubes-ipv4
  1433. mirage-random
  1434. mirage-runtime
  1435. mirage-sleep
  1436. mirage-solo5
  1437. mirage-stack
  1438. mirage-stack-lwt
  1439. mirage-time
  1440. mirage-time-lwt
  1441. mirage-time-unix
  1442. mirage-types >= "3.6.0"
  1443. mirage-types-lwt >= "3.6.0"
  1444. mirage-unix
  1445. mirage-vnetif
  1446. mirage-xen
  1447. mkaudio >= "1.1.0"
  1448. mkernel < "0.0.3"
  1449. mkocaml
  1450. mlbdd >= "0.7.2"
  1451. mlfenv
  1452. mlmpfr >= "4.0.2+dune"
  1453. mlpost
  1454. mlpost-lablgtk
  1455. mlt_parser < "v0.17.0"
  1456. mm >= "0.7.0" & < "0.8.5"
  1457. mmap
  1458. mmdb
  1459. mmo
  1460. mnd
  1461. mnet
  1462. mnet-cli
  1463. mnet-dhcp
  1464. mnet-dns
  1465. mnet-happy-eyeballs
  1466. mnet-ssh
  1467. mnet-tls
  1468. mnottui
  1469. mnotty
  1470. mock >= "0.1.1"
  1471. mock-ounit >= "0.1.1"
  1472. module-graph
  1473. molenc >= "5.0.0"
  1474. monaco_jsoo
  1475. monolith < "20241126"
  1476. monomorphic >= "2.0"
  1477. monorobot
  1478. moonpool
  1479. moonpool-io
  1480. moonpool-lwt
  1481. morbig >= "0.10.3"
  1482. morsmall
  1483. moss >= "0.1.1"
  1484. mparser >= "1.3"
  1485. mparser-pcre
  1486. mparser-re
  1487. mperf
  1488. mpg123
  1489. mpp >= "0.3.4"
  1490. mpris
  1491. mpris-clients
  1492. mrmime
  1493. msat >= "0.8"
  1494. msat-bin
  1495. msendmail
  1496. mset
  1497. msgpck >= "1.5"
  1498. msgpck-repr
  1499. mssql
  1500. mugen
  1501. mula
  1502. multibase
  1503. multicodec
  1504. multihash
  1505. multihash-digestif
  1506. multipart-form-data >= "0.3.0"
  1507. multipart_form
  1508. multipart_form-cohttp-lwt
  1509. multipart_form-eio
  1510. multipart_form-lwt
  1511. multipart_form-miou
  1512. murmur3 >= "0.3"
  1513. mustache >= "3.1.0"
  1514. mustache-cli
  1515. mutaml
  1516. mutf8
  1517. mwt
  1518. mybuild >= "7"
  1519. mysql8
  1520. mysql_protocol
  1521. n_ary < "v0.17.0"
  1522. naboris
  1523. nacc
  1524. nanoev
  1525. nanoev-picos
  1526. nanoev-posix
  1527. nanoev_tiny_httpd
  1528. nanoid
  1529. nanosvg
  1530. nanosvg_text
  1531. nbd >= "4.0.3"
  1532. nbd-tool
  1533. nbd-unix
  1534. nel
  1535. neo4j_bolt
  1536. netkat
  1537. netlink >= "0.3.4"
  1538. netsnmp < "v0.17.0"
  1539. nice_parser
  1540. ninja_utils
  1541. niru
  1542. nlopt
  1543. nmea
  1544. noCanren
  1545. nocoiner
  1546. node_of_ocaml
  1547. non_empty_list
  1548. nottui
  1549. nottui-lwt
  1550. nottui-miou
  1551. nottui-pretty
  1552. nottui-unix
  1553. notty >= "0.2.3"
  1554. notty-community
  1555. notty-miou
  1556. notty_async >= "v0.13.0" & < "v0.17.0"
  1557. np
  1558. npy >= "0.0.9"
  1559. nsq
  1560. numeric_string < "v0.17.0"
  1561. nuscr
  1562. OCADml
  1563. OCanren
  1564. OCanren-ppx
  1565. OSCADml
  1566. obeam
  1567. obelisk >= "0.5.0"
  1568. obuilder < "0.6.0"
  1569. obuilder-spec < "0.6.0"
  1570. obus >= "1.2.1"
  1571. ocal >= "0.2.2"
  1572. ocaml-canvas
  1573. ocaml-compiler-libs >= "v0.12.0"
  1574. ocaml-embed-file < "v0.17.0"
  1575. ocaml-in-python
  1576. ocaml-index
  1577. ocaml-lsp-server < "1.28.0-506~preview"
  1578. ocaml-lua
  1579. ocaml-migrate-parsetree
  1580. ocaml-migrate-parsetree-ocamlbuild
  1581. ocaml-monadic >= "0.4.1"
  1582. ocaml-print-intf
  1583. ocaml-probes < "v0.17.0"
  1584. ocaml-protoc >= "2.0.1"
  1585. ocaml-protoc-plugin < "6.1.0"
  1586. ocaml-r >= "0.1.1"
  1587. ocaml-syntax-shims
  1588. ocaml-systemd >= "1.3"
  1589. ocaml-top
  1590. ocaml-vdom < "transition"
  1591. ocaml-version >= "3.5.0"
  1592. ocaml_db_model
  1593. ocaml_intrinsics < "v0.17.0"
  1594. ocaml_pgsql_model
  1595. ocaml_plugin
  1596. ocamlcodoc
  1597. ocamldiff >= "1.2"
  1598. ocamlformat >= "0.24.1"
  1599. ocamlformat-lib
  1600. ocamlformat-mlx
  1601. ocamlformat-mlx-lib
  1602. ocamlformat-rpc < "removed"
  1603. ocamlformat-rpc-lib
  1604. ocamlgraph >= "2.0.0"
  1605. ocamlgraph_gtk
  1606. ocamline
  1607. ocamlog
  1608. ocamlregextkit
  1609. ocb
  1610. ocf >= "0.8.0" & < "1.0.0"
  1611. ocf_ppx < "1.0.0"
  1612. ockt
  1613. ocluster != "0.2" & < "0.3.0"
  1614. ocluster-api < "0.3.0"
  1615. ocluster-worker < "0.3.0"
  1616. ocolor
  1617. ocp-browser >= "1.2.1"
  1618. ocp-indent >= "1.7.0" & < "1.9.0"
  1619. ocp-indent-nlfork
  1620. ocp-index
  1621. ocp-search
  1622. ocp_reveal
  1623. ocplib-endian >= "1.1"
  1624. ocplib-json-typed-browser
  1625. ocplib-json-typed-bson
  1626. ocplib-simplex >= "0.5"
  1627. ocplib_stuff >= "0.4.0"
  1628. ocsigen-i18n >= "4.0.0"
  1629. ocsigen-ppx-rpc
  1630. ocsigenserver >= "4.0.1" & < "7.0.0"
  1631. ocsipersist < "2.1.0"
  1632. ocsipersist-dbm < "2.1.0"
  1633. ocsipersist-dbm-config < "2.1.0"
  1634. ocsipersist-lib < "2.1.0"
  1635. ocsipersist-pgsql < "2.1.0"
  1636. ocsipersist-pgsql-config < "2.1.0"
  1637. ocsipersist-sqlite < "2.1.0"
  1638. ocsipersist-sqlite-config < "2.1.0"
  1639. octavius >= "1.2.2"
  1640. ocue
  1641. odate
  1642. odds >= "1.1"
  1643. odep
  1644. odepack >= "0.6.9"
  1645. odnnr
  1646. odoc < "3.0.0"
  1647. odoc-parser < "3.0.0"
  1648. oepub
  1649. of_json < "v0.17.0"
  1650. offheap
  1651. ogg >= "1.0.0"
  1652. ohex
  1653. oidc
  1654. ojo
  1655. ojs < "1.1.7"
  1656. ojs_base
  1657. ojs_base_all
  1658. ojs_base_ppx
  1659. ojs_ed
  1660. ojs_filetree
  1661. ojs_list
  1662. oktree >= "0.2.4"
  1663. olinq >= "0.3"
  1664. omd >= "1.3.2"
  1665. ometrics
  1666. omg
  1667. omigrate
  1668. omlr >= "1.0.3"
  1669. omtl
  1670. oneffs
  1671. oniguruma
  1672. opam-0install
  1673. opam-0install-cudf
  1674. opam-audit
  1675. opam-bin >= "1.0.0"
  1676. opam-build
  1677. opam-client >= "2.0.2"
  1678. opam-compiler
  1679. opam-core >= "2.0.2"
  1680. opam-custom-install
  1681. opam-devel >= "2.0.2"
  1682. opam-ed >= "0.4"
  1683. opam-file-format >= "2.1.0" & < "2.1.5"
  1684. opam-format >= "2.0.2"
  1685. opam-graph
  1686. opam-grep >= "0.2.0"
  1687. opam-installer >= "2.0.2"
  1688. opam-minver
  1689. opam-monorepo
  1690. opam-package-upgrade >= "0.2"
  1691. opam-publish >= "2.0.2"
  1692. opam-repository >= "2.0.2"
  1693. opam-solver >= "2.0.2"
  1694. opam-spin
  1695. opam-state >= "2.0.2"
  1696. opam-test
  1697. opam_bin_lib != "0.9.5"
  1698. opasswd
  1699. opatch
  1700. opazl
  1701. openai-gym
  1702. openapi
  1703. openapi-opium
  1704. openapi_router
  1705. opencc0
  1706. opencc1
  1707. opencc1_1
  1708. openQASM
  1709. openstellina
  1710. opentelemetry < "0.90"
  1711. opentelemetry-client-cohttp-eio < "0.90"
  1712. opentelemetry-client-cohttp-lwt < "0.90"
  1713. opentelemetry-client-ocurl < "0.90"
  1714. opentelemetry-cohttp-lwt < "0.90"
  1715. opentelemetry-logs < "0.90"
  1716. opentelemetry-lwt < "0.90"
  1717. opine
  1718. opium
  1719. opium-graphql
  1720. opium-testing
  1721. opium_kernel >= "0.17.0"
  1722. oplot < "0.85"
  1723. oplsr
  1724. opomodoro
  1725. opsian
  1726. optal
  1727. opti
  1728. optimization1d >= "0.6.1"
  1729. optiml-transport
  1730. optint
  1731. opus
  1732. oraft
  1733. oranger >= "2.0.1"
  1734. orb
  1735. order-i3-xfce
  1736. ordering < "3.15.3"
  1737. ordinal
  1738. ordinal_abbreviation < "v0.17.0"
  1739. ordma >= "0.0.5"
  1740. orec >= "1.0.1"
  1741. orewa
  1742. orf
  1743. orgeat
  1744. orpie
  1745. orrandomForest
  1746. orsvm_e1071 >= "4.0.0"
  1747. orxgboost >= "1.1.0"
  1748. osc >= "0.2.0"
  1749. osc-lwt
  1750. osc-unix
  1751. oseq >= "0.2"
  1752. osh
  1753. oskel
  1754. osnap
  1755. osx-keychain
  1756. osx-secure-transport
  1757. otaglibc
  1758. otf
  1759. otoggl
  1760. otoml
  1761. otr
  1762. oui
  1763. ounit = "2.1.2"
  1764. ounit-lwt < "2.2.0"
  1765. ounit2
  1766. ounit2-lwt
  1767. override
  1768. owee
  1769. owi
  1770. owl >= "0.4.0" & < "1.2"
  1771. owl-base >= "0.4.0" & < "1.2"
  1772. owl-jupyter
  1773. owl-ode
  1774. owl-ode-base
  1775. owl-ode-odepack
  1776. owl-ode-sundials
  1777. owl-opt
  1778. owl-opt-lbfgs
  1779. owl-plplot < "1.1"
  1780. owl-symbolic
  1781. owl-top >= "0.4.0" & < "1.2"
  1782. owl-zoo >= "0.4.0"
  1783. owork
  1784. ozulip
  1785. p4pp
  1786. p5scm
  1787. packstream
  1788. pacomb
  1789. paf
  1790. paf-cohttp
  1791. pam < "v0.17.0"
  1792. pandoc
  1793. pandoc-abbreviations
  1794. pandoc-comment
  1795. pandoc-crossref
  1796. pandoc-include
  1797. pandoc-inspect
  1798. pandoc-pdf2png
  1799. pandoc-replace
  1800. papi >= "0.1.1"
  1801. par_incr
  1802. parany >= "9.0.0"
  1803. pardi >= "2.0.2"
  1804. parmap >= "1.1.1"
  1805. parsexp >= "v0.13.0" & < "v0.17.0"
  1806. parsexp_io < "v0.17.0"
  1807. parsley
  1808. patch
  1809. patdiff < "v0.17.0"
  1810. path_glob
  1811. patience_diff < "v0.17.0"
  1812. patricia-tree
  1813. pattern
  1814. pb
  1815. pb-plugin
  1816. pbkdf
  1817. pbrt
  1818. pbrt_services
  1819. pbrt_yojson
  1820. pcap-format >= "0.5.2"
  1821. pcre >= "7.3.5"
  1822. pcre2
  1823. pds-reachability >= "0.2.2"
  1824. pecu >= "0.2"
  1825. petrol
  1826. pf-qubes
  1827. pg_query
  1828. pgocaml >= "4.0"
  1829. pgocaml_ppx
  1830. pgx
  1831. pgx_async
  1832. pgx_lwt
  1833. pgx_lwt_mirage
  1834. pgx_lwt_unix
  1835. pgx_unix
  1836. pgx_value_core
  1837. pgx_value_ptime
  1838. phantom-algebra >= "1.0.1"
  1839. phonetic
  1840. phylogenetics
  1841. piaf
  1842. picasso
  1843. piece_rope
  1844. piqi >= "0.7.8"
  1845. piqilib >= "0.6.16"
  1846. pixel_pusher
  1847. pkcs11 >= "0.18.0"
  1848. pkcs11-cli
  1849. pkcs11-driver
  1850. pkcs11-rev
  1851. pla >= "1.3"
  1852. plateau
  1853. plato
  1854. plebeia
  1855. plist-xml
  1856. plist-xml-lwt
  1857. plotkicadsch
  1858. plplot >= "5.11.0-1"
  1859. polka
  1860. poll
  1861. polling_state_rpc < "v0.17.0"
  1862. polly < "0.5.0"
  1863. polynomial
  1864. pomap
  1865. popper
  1866. portaudio >= "0.2.2"
  1867. portaudio_c_bindings
  1868. posix-base < "4.0.1"
  1869. posix-bindings < "4.0.1"
  1870. posix-getopt >= "2.0.0" & < "4.0.1"
  1871. posix-math2 < "4.0.1"
  1872. posix-signal < "4.0.1"
  1873. posix-socket < "4.0.1"
  1874. posix-socket-unix < "4.0.1"
  1875. posix-time2 < "4.0.1"
  1876. posix-types >= "2.0.0" & < "4.0.1"
  1877. posix-uname < "4.0.1"
  1878. posixat < "v0.17.0"
  1879. postgres_async < "v0.17.0"
  1880. postgresql >= "4.4.1"
  1881. pp
  1882. pp-binary-ints
  1883. pp_loc
  1884. pprint >= "20200226"
  1885. ppx-owl-opt
  1886. ppx_accessor < "v0.17.0"
  1887. ppx_assert < "v0.17.0"
  1888. ppx_bap
  1889. ppx_base < "v0.17.0"
  1890. ppx_bench < "v0.17.0"
  1891. ppx_bin_prot < "v0.17.0"
  1892. ppx_bitstring < "5.0.2"
  1893. ppx_blob >= "0.6.0"
  1894. ppx_camlrack
  1895. ppx_catch
  1896. ppx_cold < "v0.17.0"
  1897. ppx_compare < "v0.17.0"
  1898. ppx_compose >= "0.1.0"
  1899. ppx_const
  1900. ppx_conv_func < "v0.17.0"
  1901. ppx_counters
  1902. ppx_css < "v0.17.0"
  1903. ppx_cstruct
  1904. ppx_cstubs
  1905. ppx_csv_conv < "v0.17.0"
  1906. ppx_custom_printf < "v0.17.0"
  1907. ppx_decimal
  1908. ppx_defer >= "0.4.0"
  1909. ppx_demo < "v0.17.0"
  1910. ppx_derive_at_runtime < "v0.17.0"
  1911. ppx_derivers >= "1.2.1"
  1912. ppx_deriving >= "4.5-1"
  1913. ppx_deriving_cad
  1914. ppx_deriving_cmdliner
  1915. ppx_deriving_encoding
  1916. ppx_deriving_hardcaml
  1917. ppx_deriving_hash < "0.1.4"
  1918. ppx_deriving_json_schema
  1919. ppx_deriving_jsoo
  1920. ppx_deriving_madcast >= "0.2"
  1921. ppx_deriving_popper
  1922. ppx_deriving_protobuf
  1923. ppx_deriving_qcheck
  1924. ppx_deriving_rpc < "10.2.0"
  1925. ppx_deriving_scad
  1926. ppx_deriving_yaml < "0.4.0"
  1927. ppx_deriving_yojson
  1928. ppx_disable_unused_warnings < "v0.17.0"
  1929. ppx_distr_guards >= "0.2"
  1930. ppx_enumerate < "v0.17.0"
  1931. ppx_expect < "v0.17.0"
  1932. ppx_ezlua
  1933. ppx_factory
  1934. ppx_fail
  1935. ppx_fields_conv < "v0.17.0"
  1936. ppx_fixed_literal < "v0.17.0"
  1937. ppx_gen_rec >= "1.1.0"
  1938. ppx_getenv
  1939. ppx_globalize < "v0.17.0"
  1940. ppx_hash < "v0.17.0"
  1941. ppx_here < "v0.17.0"
  1942. ppx_ignore_instrumentation < "v0.17.0"
  1943. ppx_import
  1944. ppx_inline_alcotest
  1945. ppx_inline_test < "v0.16.1"
  1946. ppx_irmin
  1947. ppx_jane < "v0.17.0"
  1948. ppx_js_style < "v0.17.0"
  1949. ppx_jsobject_conv
  1950. ppx_jsonaf_conv < "v0.17.0"
  1951. ppx_let < "v0.17.0"
  1952. ppx_log < "v0.17.0"
  1953. ppx_lun
  1954. ppx_make
  1955. ppx_map
  1956. ppx_marshal < "0.4.1"
  1957. ppx_marshal_ext < "0.4.1"
  1958. ppx_matches < "0.2.0"
  1959. ppx_meta_conv
  1960. ppx_mikmatch
  1961. ppx_module_timer < "v0.17.0"
  1962. ppx_monad
  1963. ppx_monoid >= "0.3.2"
  1964. ppx_mysql
  1965. ppx_open
  1966. ppx_optcomp < "v0.17.0"
  1967. ppx_optint
  1968. ppx_optional < "v0.17.0"
  1969. ppx_parser
  1970. ppx_pattern_bind < "v0.17.0"
  1971. ppx_pbt
  1972. ppx_pipebang < "v0.17.0"
  1973. ppx_protocol_conv
  1974. ppx_protocol_conv_json
  1975. ppx_protocol_conv_jsonm
  1976. ppx_protocol_conv_msgpack
  1977. ppx_protocol_conv_xml_light
  1978. ppx_protocol_conv_xmlm
  1979. ppx_protocol_conv_yaml
  1980. ppx_pyformat
  1981. ppx_python < "v0.17.0"
  1982. ppx_rapper
  1983. ppx_rapper_async
  1984. ppx_rapper_lwt
  1985. ppx_regexp >= "0.4.0" & < "0.5.2"
  1986. ppx_repr
  1987. ppx_seq
  1988. ppx_sexp_conv < "v0.17.0"
  1989. ppx_sexp_message < "v0.17.0"
  1990. ppx_sexp_value < "v0.17.0"
  1991. ppx_show
  1992. ppx_stable < "v0.17.0"
  1993. ppx_stable_witness < "v0.17.0"
  1994. ppx_string < "v0.17.0"
  1995. ppx_string_interpolation
  1996. ppx_subliner
  1997. ppx_system
  1998. ppx_test
  1999. ppx_tools
  2000. ppx_tools_versioned
  2001. ppx_trace
  2002. ppx_ts
  2003. ppx_tydi < "v0.17.0"
  2004. ppx_type_directed_value
  2005. ppx_typed_fields < "v0.17.0"
  2006. ppx_typerep_conv < "v0.17.0"
  2007. ppx_tyre
  2008. ppx_units
  2009. ppx_variants_conv < "v0.17.0"
  2010. ppx_viewpattern
  2011. ppx_wideopen
  2012. ppx_xml_conv < "v0.17.0"
  2013. ppx_yojson
  2014. ppx_yojson_conv < "v0.17.0"
  2015. ppx_yojson_conv_lib < "v0.17.0"
  2016. ppxfind
  2017. ppxlib < "0.34.0"
  2018. ppxx
  2019. pratter
  2020. prbnmcn-basic-structures
  2021. prbnmcn-cgrph
  2022. prbnmcn-clustering
  2023. prbnmcn-dagger
  2024. prbnmcn-dagger-gsl
  2025. prbnmcn-dagger-stats
  2026. prbnmcn-dagger-test
  2027. prbnmcn-gnuplot
  2028. prbnmcn-linalg
  2029. prbnmcn-mcts
  2030. prbnmcn-proptest
  2031. prbnmcn-stats
  2032. prbnmcn-ucb1
  2033. prc
  2034. preface
  2035. prelude
  2036. prettym
  2037. printbox >= "0.3"
  2038. printbox-ext-plot
  2039. printbox-html
  2040. printbox-md
  2041. printbox-text >= "0.6.1"
  2042. proc-smaps
  2043. process_limits
  2044. processor
  2045. prof_spacetime
  2046. profiling
  2047. profunctor < "v0.17.0"
  2048. progress < "0.5.0"
  2049. prom
  2050. prometheus >= "0.6"
  2051. prometheus-app >= "0.6"
  2052. prometheus-eio
  2053. prometheus-liquidsoap >= "2"
  2054. prometheus-lwt
  2055. prometheus-reporter
  2056. promise
  2057. promise_jsoo
  2058. promise_jsoo_lwt
  2059. protocell
  2060. protocol-9p >= "1.0.0"
  2061. protocol-9p-tool >= "1.0.0"
  2062. protocol-9p-unix >= "1.0.0"
  2063. protocol_version_header < "v0.17.0"
  2064. prr
  2065. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2066. psq >= "0.1.1"
  2067. ptmap >= "2.0.5"
  2068. ptset
  2069. pulseaudio >= "0.1.4"
  2070. pure-html
  2071. pure-splitmix >= "0.3"
  2072. purl
  2073. pvec
  2074. pxshot
  2075. py >= "1.1"
  2076. pyast
  2077. pyml >= "20210924"
  2078. pyml_bindgen >= "0.3.0"
  2079. pyre-ast
  2080. pythonlib
  2081. qbf >= "0.3"
  2082. qcheck >= "0.13"
  2083. qcheck-alcotest
  2084. qcheck-core
  2085. qcheck-lin < "0.10"
  2086. qcheck-multicoretests-util < "0.10"
  2087. qcheck-ounit
  2088. qcheck-stm < "0.10"
  2089. qdrant
  2090. qinap
  2091. qiskit < "0.44.0"
  2092. qmp >= "0.19.0"
  2093. qrencode
  2094. qtest >= "2.10.1"
  2095. queenshead
  2096. quests
  2097. radamsa
  2098. radare2 >= "0.0.3"
  2099. randii
  2100. randomconv
  2101. randoml
  2102. range >= "0.8"
  2103. rangeSet
  2104. rankers
  2105. rawlink
  2106. rawlink-eio
  2107. rawlink-lwt
  2108. raygui < "1.4.0"
  2109. raylib < "1.4.0"
  2110. rdbg >= "1.196.12"
  2111. rdf >= "0.13.0" & < "1.1.0"
  2112. rdf_impls < "1.1.0"
  2113. rdf_json_ld < "1.1.0"
  2114. rdf_lwt < "1.1.0"
  2115. rdf_mysql < "1.1.0"
  2116. rdf_postgresql < "1.1.0"
  2117. rdf_ppx < "1.1.0"
  2118. re >= "1.9.0" & < "1.13.2"
  2119. re2 < "v0.17.0"
  2120. re2_stable
  2121. re_parser < "v0.17.0"
  2122. rea
  2123. reactiveData = "0.3.0"
  2124. readability_metrics
  2125. reanalyze
  2126. reason < "3.14.0"
  2127. reason-standard
  2128. received
  2129. record_builder < "v0.17.0"
  2130. records >= "1.0.0"
  2131. reddit_api_async
  2132. reddit_api_kernel
  2133. redirect
  2134. redis >= "0.4"
  2135. redis-async < "v0.17.0"
  2136. redis-lwt >= "0.4"
  2137. redis-sync >= "0.4"
  2138. reed-solomon-erasure >= "1.0.2"
  2139. reedsolomon
  2140. refl
  2141. regex_parser_intf < "v0.17.0"
  2142. regrade
  2143. remu_ts
  2144. reparse
  2145. reparse-lwt
  2146. reparse-lwt-unix
  2147. reparse-unix
  2148. repr
  2149. repr-bench
  2150. repr-fuzz
  2151. res >= "5.0.1"
  2152. res_tailwindcss
  2153. resource-pooling >= "1.1"
  2154. resource_cache < "v0.17.0"
  2155. resp
  2156. resp-client
  2157. resp-mirage
  2158. resp-server >= "0.9"
  2159. resp-unix
  2160. resto
  2161. resto-acl
  2162. resto-cohttp
  2163. resto-cohttp-client
  2164. resto-cohttp-self-serving-client
  2165. resto-cohttp-server
  2166. resto-directory
  2167. resto-json
  2168. result
  2169. rfc1951 >= "0.8.1" & != "1.0.0"
  2170. rfc6287 >= "1.0.4"
  2171. rfc7748
  2172. rfsm >= "1.6-alpha-3" & < "2.0"
  2173. rhythm
  2174. ringo
  2175. ringo-lwt
  2176. river
  2177. rock
  2178. roman
  2179. root1d >= "0.5.1"
  2180. rope >= "0.6.2"
  2181. rosa
  2182. rosetta >= "0.2.0"
  2183. routes
  2184. rowex
  2185. rpc
  2186. rpc_parallel < "v0.17.0"
  2187. rpclib < "10.2.0"
  2188. rpclib-async < "10.2.0"
  2189. rpclib-html < "10.2.0"
  2190. rpclib-js < "10.2.0"
  2191. rpclib-lwt < "10.2.0"
  2192. rpmfile >= "1.0.0"
  2193. rsdd
  2194. rss
  2195. rtop < "3.14.0"
  2196. rtree
  2197. rungen
  2198. runtime_events_tools < "0.5.2"
  2199. rusage
  2200. rust-staticlib-gen
  2201. rust-staticlib-virtual
  2202. SZXX
  2203. safemoney
  2204. safepass >= "3.1"
  2205. sail >= "0.15" & < "0.20"
  2206. sail_c_backend < "0.20"
  2207. sail_coq_backend < "0.20"
  2208. sail_doc_backend < "0.20"
  2209. sail_latex_backend < "0.20"
  2210. sail_lean_backend < "0.20"
  2211. sail_lem_backend < "0.20"
  2212. sail_manifest < "0.20"
  2213. sail_ocaml_backend < "0.20"
  2214. sail_output < "0.20"
  2215. sail_smt_backend < "0.20"
  2216. sail_sv_backend < "0.20"
  2217. salsa20 >= "1.0.0"
  2218. salsa20-core >= "1.0.0"
  2219. samplerate >= "0.1.6"
  2220. sanddb >= "0.2"
  2221. sarek
  2222. satex < "0.1.2"
  2223. saturn < "0.5.0"
  2224. saturn_lockfree < "0.5.0"
  2225. satyrographos
  2226. scad_ml
  2227. scfg
  2228. scgi
  2229. scipy
  2230. scrypt-kdf
  2231. sd_logic
  2232. sdl-liquidsoap >= "3"
  2233. search
  2234. searchTree
  2235. secp256k1 >= "0.4.1"
  2236. secp256k1-internal
  2237. sedlex
  2238. sek
  2239. sel
  2240. semantic_version < "v0.17.0"
  2241. semaphore-compat
  2242. semver >= "0.2.1"
  2243. semver2
  2244. sendmail
  2245. sendmail-lwt
  2246. sendmail-miou-unix
  2247. sendmail-mirage
  2248. sentry
  2249. seq < "base"
  2250. seqes
  2251. sequencer_table < "v0.17.0"
  2252. serde < "0.0.2"
  2253. serde_debug
  2254. serde_derive < "0.0.2"
  2255. serde_json < "0.0.2"
  2256. serde_sexpr
  2257. serde_xml
  2258. serial
  2259. session >= "0.4.1"
  2260. session-cohttp >= "0.4.1"
  2261. session-cohttp-async >= "0.4.1"
  2262. session-cohttp-lwt >= "0.4.1"
  2263. session-cookie
  2264. session-cookie-async
  2265. session-cookie-lwt
  2266. session-postgresql >= "0.4.1"
  2267. session-postgresql-async
  2268. session-postgresql-lwt
  2269. session-redis-lwt >= "0.4.1"
  2270. session-webmachine >= "0.4.1"
  2271. setcore >= "1.0.2"
  2272. sexp < "v0.17.0"
  2273. sexp_decode
  2274. sexp_diff < "v0.17.0"
  2275. sexp_diff_kernel
  2276. sexp_grammar < "v0.17.0"
  2277. sexp_macro < "v0.17.0"
  2278. sexp_pretty < "v0.17.0"
  2279. sexp_select < "v0.17.0"
  2280. sexp_string_quickcheck < "v0.17.0"
  2281. sexplib >= "v0.13.0" & < "v0.17.0"
  2282. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2283. sgf
  2284. sha >= "1.13"
  2285. shapefile
  2286. shared-block-ring
  2287. shared-memory-ring
  2288. shared-memory-ring-lwt
  2289. shared-secret >= "0.4"
  2290. shell < "v0.17.0"
  2291. shexp < "v0.17.0"
  2292. shine >= "0.2.2"
  2293. shuttle
  2294. shuttle_http
  2295. shuttle_ssl
  2296. shuttle_websocket
  2297. sifun
  2298. sihl
  2299. sihl-cache
  2300. sihl-contract
  2301. sihl-core
  2302. sihl-email
  2303. sihl-facade
  2304. sihl-persistence
  2305. sihl-queue
  2306. sihl-session
  2307. sihl-storage
  2308. sihl-token
  2309. sihl-type
  2310. sihl-user
  2311. sihl-web
  2312. simlog
  2313. simple63
  2314. simple_httpd
  2315. simple_httpd_caqti
  2316. sklearn
  2317. slack
  2318. slacko
  2319. slice
  2320. slipshow != "0.5.0"
  2321. slug
  2322. smaji_glyph_path
  2323. smart-print >= "0.3.0"
  2324. smol
  2325. smol-helpers
  2326. smtlib-utils
  2327. snappy
  2328. snoke
  2329. so
  2330. sodium-fmt
  2331. solid < "0.5.0"
  2332. solid_server < "0.5.0"
  2333. solid_tools < "0.5.0"
  2334. solidity-alcotest
  2335. solidity-common
  2336. solidity-parser
  2337. solidity-test
  2338. solidity-typechecker
  2339. solo5-elftool
  2340. sortedseq_intersect
  2341. sosie
  2342. soundtouch >= "0.1.9"
  2343. soupault
  2344. spacetime_lib
  2345. spatial-shell
  2346. spawn < "v0.9.0" | >= "v0.13.0"
  2347. spdx_licenses
  2348. spectrum < "1.0.0.alpha"
  2349. speex
  2350. spelll >= "0.4"
  2351. spin
  2352. splay_tree < "v0.17.0"
  2353. splittable_random < "v0.17.0"
  2354. spoc
  2355. spoc_ppx
  2356. spoke
  2357. spotify-web-api
  2358. spotlib >= "4.1.0"
  2359. sqlgg >= "20200521"
  2360. sqlite3 >= "4.4.1"
  2361. sqlite3_utils
  2362. srt
  2363. ssh-agent >= "0.2.0"
  2364. ssl >= "0.5.6"
  2365. stdcompat >= "19"
  2366. stdint >= "0.6.0"
  2367. stdint-literals
  2368. stdio < "v0.17.0"
  2369. stdlib-diff
  2370. stdlib-random
  2371. stdlib-shims
  2372. stdune < "3.15.3"
  2373. stitch
  2374. stk < "0.5.0"
  2375. stk_iconv < "0.5.0"
  2376. stk_ocf < "0.5.0"
  2377. stk_ppx < "0.5.0"
  2378. stk_rdf < "0.5.0"
  2379. stk_xml < "0.5.0"
  2380. stog >= "0.20.0"
  2381. stog_all
  2382. stog_asy
  2383. stog_dot
  2384. stog_extern
  2385. stog_markdown
  2386. stog_multi_doc
  2387. stog_nocaml
  2388. stog_noexec
  2389. stog_plugins
  2390. stog_rdf
  2391. stog_rel_href
  2392. stog_server
  2393. stog_server_multi
  2394. stog_sitemap
  2395. stog_writing
  2396. stone >= "0.5.2"
  2397. stored_reversed < "v0.17.0"
  2398. stramon-lib
  2399. streamable < "v0.17.0"
  2400. streaming
  2401. string_dict < "v0.17.0"
  2402. stringext >= "1.6.0"
  2403. sturgeon >= "0.4.2"
  2404. subscriptions-transport-ws
  2405. subtype-refinement >= "0.2"
  2406. sun
  2407. svmwrap
  2408. swagger >= "0.2.0"
  2409. swhid
  2410. swhid_compute
  2411. swhid_core
  2412. swhid_types
  2413. swipl
  2414. syguslib-utils
  2415. syncweb
  2416. syndic >= "1.6.0"
  2417. sys-socket
  2418. sys-socket-unix
  2419. syslog >= "2.0.1"
  2420. syslog-message >= "1.0.0"
  2421. syslog-rfc5424 < "0.2"
  2422. systemverilog >= "0.0.2"
  2423. syto
  2424. tablecloth-base
  2425. tablecloth-native < "transition"
  2426. taglib >= "0.3.7"
  2427. talaria-bibtex
  2428. tar
  2429. tar-eio
  2430. tar-mirage
  2431. tar-unix
  2432. tcalc
  2433. tcpip
  2434. tdigest
  2435. telltime
  2436. tensorboard
  2437. term-indexing
  2438. term-tools
  2439. termaid
  2440. terminal < "0.5.0"
  2441. terminal_size >= "0.1.4"
  2442. terminus
  2443. terminus-cohttp
  2444. terminus-hlc
  2445. testu01
  2446. textmate-language
  2447. textrazor
  2448. textutils < "v0.17.0"
  2449. textutils_kernel < "v0.17.0"
  2450. textwrap >= "0.2.1"
  2451. tezos-base58
  2452. tezos-context-hash
  2453. tezt < "4.3.0"
  2454. tezt-performance-regression
  2455. theora
  2456. thread-local-storage
  2457. thread-table
  2458. thrift
  2459. tidy
  2460. tidy_email
  2461. tidy_email_mailgun
  2462. tidy_email_sendgrid
  2463. tidy_email_smtp
  2464. tilde_f < "v0.17.0"
  2465. time_now < "v0.17.0"
  2466. timed >= "1.1"
  2467. timedesc
  2468. timedesc-json
  2469. timedesc-sexp
  2470. timedesc-tzdb
  2471. timedesc-tzlocal
  2472. timedesc-tzlocal-js
  2473. timere
  2474. timere-parse
  2475. timezone < "v0.17.0"
  2476. timmy
  2477. timmy-jsoo
  2478. timmy-lwt
  2479. timmy-unix
  2480. tiny_httpd
  2481. tiny_httpd_camlzip
  2482. tiny_httpd_eio
  2483. tip-parser >= "0.4"
  2484. tldr
  2485. tls >= "0.12.8"
  2486. tls-async
  2487. tls-eio
  2488. tls-liquidsoap
  2489. tls-lwt
  2490. tls-miou-unix
  2491. tls-mirage
  2492. toc
  2493. tofn
  2494. togglelog
  2495. toml
  2496. toml-cconv
  2497. toml_cconv
  2498. toplevel_backend < "v0.17.0"
  2499. toplevel_expect_test < "v0.17.0"
  2500. topojson
  2501. topojsone
  2502. topological_sort < "v0.17.0"
  2503. torch < "v0.17.0"
  2504. tqdm
  2505. trace
  2506. trace-fuchsia
  2507. trace-runtime-events
  2508. trace-tef
  2509. tracing < "v0.17.0"
  2510. tracy-client
  2511. traits
  2512. trampoline
  2513. transept
  2514. traverse
  2515. travesty
  2516. trax >= "0.4.0"
  2517. tree_layout >= "0.2"
  2518. treeprint >= "2.3.0"
  2519. trexio
  2520. trie
  2521. tsdl-image >= "0.3.0"
  2522. tsdl-mixer
  2523. tsdl-ttf >= "0.3"
  2524. tsort
  2525. tube >= "4.4.0"
  2526. tuntap
  2527. twirp_cohttp_lwt_unix
  2528. twirp_core
  2529. twirp_ezcurl
  2530. twirp_tiny_httpd
  2531. twostep
  2532. tyabt
  2533. type_eq
  2534. typerep >= "v0.13.0" & < "v0.17.0"
  2535. typeset
  2536. tyre = "0.5"
  2537. tyxml >= "4.3.0"
  2538. tyxml-jsx
  2539. tyxml-lwd
  2540. tyxml-ppx >= "4.3.0"
  2541. tyxml-syntax
  2542. ubase
  2543. ubpf >= "0.2"
  2544. uecc >= "0.3"
  2545. ufind
  2546. uint >= "2.0.1"
  2547. ulid
  2548. um-abt
  2549. unidecode
  2550. unionFind < "20250818"
  2551. unisim_archisec < "0.0.14"
  2552. unison < "2.53.4"
  2553. universo
  2554. unix-errno >= "0.6.0"
  2555. unstrctrd
  2556. uri >= "2.2.1"
  2557. uri-bench
  2558. uri-re
  2559. uri-sexp
  2560. uring
  2561. uritemplate
  2562. user-agent-parser
  2563. username_kernel < "v0.17.0"
  2564. uspf
  2565. uspf-lwt
  2566. uspf-mirage
  2567. uspf-unix
  2568. utcp
  2569. utop
  2570. uuuu >= "0.1.1"
  2571. validator
  2572. variantslib >= "v0.13.0" & < "v0.17.0"
  2573. varray
  2574. vcaml
  2575. vcardgen >= "1.2"
  2576. vchan
  2577. vchan-unix
  2578. vchan-xen
  2579. vdom
  2580. vec
  2581. vector
  2582. vector3 >= "1.0.0"
  2583. vendredi
  2584. vercel
  2585. vhd-format >= "0.12.0"
  2586. vhd-format-lwt
  2587. vif
  2588. vifu
  2589. virtual_dom < "v0.17.0"
  2590. visitors >= "20200207"
  2591. vlq >= "0.2.1"
  2592. vmnet
  2593. vocal
  2594. voqc
  2595. vorbis
  2596. vpt >= "5.0.0"
  2597. vscoq-language-server < "2.3.3"
  2598. vsrocq-language-server
  2599. vue-jsoo
  2600. vue-ppx
  2601. wall
  2602. wasm >= "2.0.2"
  2603. wasmer
  2604. wasmtime
  2605. wayland
  2606. waylaunch
  2607. wcwidth
  2608. webauthn
  2609. weberizer >= "0.8"
  2610. webmachine >= "0.6.2"
  2611. websocket >= "2.12"
  2612. websocket-async
  2613. websocket-lwt
  2614. websocket-lwt-unix
  2615. websocketaf
  2616. webtest
  2617. webtest-js
  2618. wikitext
  2619. win-error >= "1.0"
  2620. win-eventlog >= "0.3"
  2621. winsvc
  2622. ws
  2623. ws-server
  2624. wseg
  2625. wtf8 >= "1.0.2"
  2626. wtr
  2627. wtr-ppx
  2628. wu-manber-fuzzy-search
  2629. x509
  2630. x86_64-esperanto >= "0.0.6"
  2631. xapi-backtrace
  2632. xapi-inventory
  2633. xapi-rrd
  2634. xapi-stdext-date
  2635. xapi-stdext-encodings
  2636. xapi-stdext-pervasives
  2637. xapi-stdext-std
  2638. xapi-stdext-threads
  2639. xapi-stdext-unix
  2640. xapi-stdext-zerocheck
  2641. xcursor
  2642. xdg-basedir
  2643. xen-evtchn
  2644. xen-evtchn-unix
  2645. xen-gnt
  2646. xen-gnt-unix
  2647. xenstore
  2648. xenstore-tool
  2649. xenstore_transport >= "1.1.0"
  2650. xmelly
  2651. xml-light >= "2.5"
  2652. xmldiff >= "0.7.0"
  2653. xmldiff_js
  2654. xmlplaylist >= "0.1.5"
  2655. xoshiro
  2656. xtmpl >= "0.19.0" & < "1.1.0"
  2657. xtmpl_js < "1.1.0"
  2658. xtmpl_ppx < "1.1.0"
  2659. yaml >= "1.0.0"
  2660. yaml-sexp
  2661. yara >= "0.2"
  2662. yocaml < "2.0.0"
  2663. yocaml_cmark
  2664. yocaml_git < "2.0.0"
  2665. yocaml_jingoo < "2.0.0"
  2666. yocaml_markdown < "2.4.1"
  2667. yocaml_mustache < "2.0.0"
  2668. yocaml_syndication < "2.0.0"
  2669. yocaml_unix < "2.0.0"
  2670. yocaml_yaml < "2.0.0"
  2671. yojson >= "1.5.0"
  2672. yojson-bench
  2673. yojson-five
  2674. yultracer
  2675. yurt >= "0.6"
  2676. yuscii >= "0.2.1"
  2677. yuujinchou
  2678. zanuda
  2679. zarith-ppx
  2680. zarith_stubs_js < "v0.17.0"
  2681. zed >= "2.0.6"
  2682. zeit
  2683. zelus
  2684. zelus-gtk
  2685. zipperposition
  2686. zipperposition-tools
  2687. zlib
  2688. zlist >= "0.4.0"
  2689. zmq >= "5.1.0"
  2690. zmq-async >= "5.1.0"
  2691. zmq-eio
  2692. zmq-lwt >= "5.1.0"
  2693. zstandard < "v0.17.0"
  2694. zstd = "0.3"
  2695. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"