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