package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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 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" & < "5.3"

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