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.

Published: 07 Feb 2023

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