package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Added to opam-repository:

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies (15)

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

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