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