package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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 for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

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