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