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