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. flow_parser >= "0.229.1"
  910. fluxt
  911. fmlib
  912. fmlib_browser
  913. fmlib_js
  914. fmlib_parse
  915. fmlib_pretty
  916. fmlib_std
  917. fontforge-of-ocaml
  918. forester
  919. fpath-base
  920. fpath-sexp0
  921. frama-c >= "26.0~beta"
  922. frama-c-lannotate >= "0.2.3"
  923. frama-c-luncov >= "0.2.1"
  924. frama-c-metacsl >= "0.4"
  925. frama-clang
  926. frama_c_codex
  927. fred
  928. freetds >= "0.7"
  929. frei0r >= "0.1.2"
  930. frenetic
  931. fromager
  932. frontmatter_extractor
  933. fsevents
  934. fsevents-lwt
  935. fsml
  936. fstar >= "2025.02.17"
  937. fswatch
  938. fswatch_async
  939. fswatch_lwt
  940. fun-postgresql
  941. fun-sql
  942. fun-sqlite
  943. functoria
  944. functoria-runtime
  945. fungi
  946. fuse3
  947. fuseau
  948. fuseau-lwt
  949. fuzzy_compare
  950. fuzzy_match
  951. fzf
  952. GenArrayIter
  953. GT
  954. gapi-ocaml
  955. gbddml
  956. gccjit
  957. gd >= "1.1"
  958. gdbprofiler
  959. gel
  960. gemini
  961. gen >= "0.5.3"
  962. gen_js_api
  963. gendarme < "0.4.1"
  964. gendarme-csv < "0.4.1"
  965. gendarme-ezjsonm < "0.4.1"
  966. gendarme-json < "0.4.0"
  967. gendarme-toml < "0.4.1"
  968. gendarme-yaml < "0.4.1"
  969. gendarme-yojson < "0.4.1"
  970. genspio >= "0.0.3"
  971. genspir >= "1.0.1"
  972. geojson
  973. geojsone
  974. geoml
  975. get_line >= "7.0.0"
  976. getopt >= "20230213"
  977. gettext >= "0.4.2"
  978. gettext-camomile
  979. gettext-stub
  980. giflib < "1.1.0"
  981. git
  982. git-cohttp
  983. git-cohttp-unix
  984. git-http
  985. git-kv
  986. git-mirage
  987. git-net
  988. git-paf
  989. git-split
  990. git-unix
  991. github >= "4.0.0"
  992. github-data
  993. github-hooks
  994. github-hooks-unix >= "0.5.0"
  995. github-jsoo >= "4.3.0"
  996. github-unix >= "4.0.0"
  997. gitlab
  998. gitlab-jsoo
  999. gitlab-unix
  1000. gitlab_pipeline_notifier
  1001. gl-legacy
  1002. glfw-ocaml
  1003. globlon
  1004. gluon
  1005. gluten
  1006. gluten-async
  1007. gluten-eio
  1008. gluten-lwt
  1009. gluten-lwt-unix
  1010. gluten-mirage
  1011. gmap
  1012. gmp
  1013. gnuplot
  1014. gobba
  1015. gobject-introspection
  1016. goblint < "2.8.0"
  1017. goblint-cil >= "1.8.0"
  1018. google-drive-ocamlfuse
  1019. gopcaml-mode
  1020. gopcaml-mode-merlin
  1021. gospel
  1022. gotd
  1023. gperftools
  1024. gpiod
  1025. gpr
  1026. gpt
  1027. gptar
  1028. gr
  1029. grace
  1030. gradescope_submit
  1031. grain_dypgen >= "0.2.1"
  1032. granary
  1033. granary_repl
  1034. graphics
  1035. graphql >= "0.8.0"
  1036. graphql-async >= "0.8.0"
  1037. graphql-cohttp >= "0.9.0"
  1038. graphql-lwt >= "0.8.0"
  1039. graphql_jsoo_client
  1040. graphql_parser >= "0.9.0"
  1041. graphql_ppx
  1042. graphv
  1043. graphv_core
  1044. graphv_core_lib
  1045. graphv_font
  1046. graphv_font_js
  1047. graphv_font_stb_truetype
  1048. graphv_gles2
  1049. graphv_gles2_native
  1050. graphv_gles2_native_impl
  1051. graphv_webgl
  1052. graphv_webgl_impl
  1053. gremlin
  1054. grenier
  1055. grid
  1056. grpc
  1057. grpc-async
  1058. grpc-bench
  1059. grpc-eio
  1060. grpc-examples
  1061. grpc-lwt
  1062. gsl >= "1.24.0"
  1063. gstreamer >= "0.3.1"
  1064. guardian
  1065. guile
  1066. h1
  1067. h1-lwt-unix
  1068. h1_parser
  1069. h2
  1070. h2-async
  1071. h2-eio
  1072. h2-lwt
  1073. h2-lwt-unix
  1074. h2-mirage
  1075. hachis
  1076. hack_parallel
  1077. hacl-star
  1078. hacl-star-raw >= "0.5.0"
  1079. hacl_func
  1080. hacl_x25519
  1081. happy-eyeballs
  1082. happy-eyeballs-lwt
  1083. happy-eyeballs-miou-unix
  1084. happy-eyeballs-mirage
  1085. hardcaml
  1086. hardcaml-lua
  1087. hardcaml_axi
  1088. hardcaml_c
  1089. hardcaml_circuits
  1090. hardcaml_event_driven_sim
  1091. hardcaml_fixed_point
  1092. hardcaml_handshake
  1093. hardcaml_of_verilog
  1094. hardcaml_step_testbench
  1095. hardcaml_verify
  1096. hardcaml_verilator
  1097. hardcaml_waveterm
  1098. hardcaml_xilinx
  1099. hardcaml_xilinx_components
  1100. hardcaml_xilinx_reports
  1101. hashcons >= "1.4.0"
  1102. hashset >= "1.0.1"
  1103. haxe >= "4.1.1"
  1104. hc
  1105. hdf5
  1106. hdr_histogram >= "0.0.3"
  1107. headache
  1108. header-check
  1109. hector
  1110. hedgehog
  1111. hedgehog-alcotest
  1112. hegel
  1113. herdtools7 >= "7.55"
  1114. heroicons-reason-react
  1115. hex >= "1.3.0"
  1116. hex_encode
  1117. hexstring
  1118. hg_lib
  1119. hidapi >= "1.1"
  1120. hidapi-lwt
  1121. higher_kinded
  1122. highlexer
  1123. higlo >= "0.8"
  1124. hilite
  1125. hkdf
  1126. hl_yaml
  1127. hockmd
  1128. hol2dk
  1129. hooke
  1130. hpack
  1131. hsluv
  1132. html_of_jsx != "0.0.8" & < "0.1.0"
  1133. htmlfromtexbooks
  1134. hts_shrink >= "2.1.2"
  1135. http
  1136. http-cookie
  1137. http-date < "0.2"
  1138. http-lwt-client
  1139. http-mirage-client
  1140. http-multipart-formdata
  1141. http_async
  1142. httpaf >= "0.6.0"
  1143. httpaf-async >= "0.6.0"
  1144. httpaf-lwt-unix
  1145. httpaf_caged
  1146. httpcats
  1147. httph
  1148. httpun
  1149. httpun-async
  1150. httpun-eio
  1151. httpun-lwt
  1152. httpun-lwt-unix
  1153. httpun-mirage
  1154. httpun-types
  1155. httpun-ws
  1156. httpun-ws-async
  1157. httpun-ws-eio
  1158. httpun-ws-lwt
  1159. httpun-ws-lwt-unix
  1160. httpun-ws-mirage
  1161. huffman
  1162. hurl
  1163. hvsock >= "2.0.0"
  1164. hxd
  1165. hyper
  1166. ISO3166
  1167. ISO8601 >= "0.2.6"
  1168. i3ipc
  1169. icalendar
  1170. idd
  1171. idds
  1172. idna
  1173. ifs-fractals
  1174. imagelib
  1175. imguiml
  1176. incr_dom
  1177. incr_dom_interactive
  1178. incr_dom_keyboard
  1179. incr_dom_partial_render
  1180. incr_dom_sexp_form
  1181. incr_dom_widgets
  1182. incr_map
  1183. incr_select
  1184. incremental
  1185. incremental_cycles
  1186. indentation_buffer
  1187. index
  1188. index-bench
  1189. inferno >= "20190924"
  1190. influxdb
  1191. influxdb-async
  1192. influxdb-lwt
  1193. inifiles
  1194. inotify >= "2.4"
  1195. inotify-eio
  1196. inquire
  1197. inquirer_oc
  1198. int_repr
  1199. integers >= "0.3.0"
  1200. integers_stubs_js
  1201. integration1d >= "0.5.1"
  1202. intel_hex
  1203. interface-prime
  1204. interface-prime-lwt
  1205. interval >= "1.5" & < "1.6"
  1206. interval-map
  1207. interval_base
  1208. interval_crlibm
  1209. interval_intel
  1210. intPQueue < "20250925"
  1211. io-page
  1212. io-page-unix
  1213. iomux < "0.4"
  1214. iostream
  1215. iostream-camlzip
  1216. ip2location
  1217. ip2locationio >= "1.0.1"
  1218. ip2proxy
  1219. ip2whois
  1220. ipaddr >= "2.9.0"
  1221. ipaddr-cstruct
  1222. ipaddr-sexp
  1223. irc-client >= "0.6.2"
  1224. irc-client-lwt >= "0.6.2"
  1225. irc-client-lwt-ssl
  1226. irc-client-tls >= "0.6.2"
  1227. irc-client-unix >= "0.6.2"
  1228. iri >= "0.6.0" & < "1.1.0"
  1229. irky
  1230. irky-eio
  1231. irmin
  1232. irmin-bench
  1233. irmin-chunk
  1234. irmin-cli
  1235. irmin-client
  1236. irmin-containers
  1237. irmin-fs
  1238. irmin-git
  1239. irmin-graphql
  1240. irmin-http
  1241. irmin-indexeddb
  1242. irmin-layers
  1243. irmin-mirage
  1244. irmin-mirage-git
  1245. irmin-mirage-graphql
  1246. irmin-pack
  1247. irmin-pack-tools
  1248. irmin-server
  1249. irmin-test
  1250. irmin-tezos
  1251. irmin-unix
  1252. irmin-watcher
  1253. iso639
  1254. iter >= "1.4"
  1255. itv-tree >= "2.2"
  1256. jane-street-headers >= "v0.12.0"
  1257. jane_rope
  1258. janestreet_cpuid
  1259. janestreet_csv
  1260. janestreet_lru_cache
  1261. jasmin >= "2023.06.0"
  1262. jekyll-format >= "0.2.0"
  1263. jemalloc >= "0.2"
  1264. jext
  1265. jhupllib
  1266. jingoo >= "1.3.0"
  1267. jose
  1268. js_of_ocaml < "6.1.0"
  1269. js_of_ocaml-compiler < "6.1.0"
  1270. js_of_ocaml-lwt < "6.1.0"
  1271. js_of_ocaml-ocamlbuild >= "3.5.0"
  1272. js_of_ocaml-ppx < "6.1.0"
  1273. js_of_ocaml-ppx_deriving_json < "6.1.0"
  1274. js_of_ocaml-toplevel < "6.1.0"
  1275. js_of_ocaml-tyxml < "6.1.0"
  1276. js_of_ocaml-webgpu
  1277. js_of_ocaml-webidl
  1278. js_of_ocaml_patches
  1279. json-data-encoding
  1280. json-data-encoding-browser
  1281. json-data-encoding-bson
  1282. json_decoder
  1283. jsonaf
  1284. jsonkit
  1285. jsonkit-melange
  1286. jsonoo
  1287. jsonrpc < "1.28.0-506~preview"
  1288. jsonschema-core
  1289. jsonschema-validation
  1290. jsonschema2atd
  1291. jsonxt
  1292. jsoo-react
  1293. jsoo_broadcastchannel
  1294. jsoo_storage
  1295. jst-config
  1296. junit >= "2.0.1"
  1297. junit_alcotest >= "2.0.1"
  1298. junit_ounit >= "2.0.1"
  1299. jupyter
  1300. jupyter-archimedes
  1301. jupyter-kernel
  1302. jws
  1303. jwto
  1304. kafka >= "0.5"
  1305. kafka_async
  1306. kafka_lwt
  1307. kappa-agents
  1308. kappa-binaries
  1309. kappa-library
  1310. kappa-server
  1311. kcas
  1312. kcas_data
  1313. kdf
  1314. kdl
  1315. ke
  1316. key-parsers >= "0.10.1"
  1317. keyseq
  1318. kicadsch >= "0.4.0"
  1319. kind2
  1320. kinetic-client >= "0.0.11"
  1321. kittyimg
  1322. kkmarkdown
  1323. kmt
  1324. knights_tour
  1325. kot
  1326. kqueue
  1327. krb
  1328. kuznechik
  1329. lab
  1330. lablgtk3
  1331. lablgtk3-extras >= "3.0.1"
  1332. lablgtk3-goocanvas2
  1333. lablgtk3-gtkspell3
  1334. lablgtk3-rsvg2
  1335. lablgtk3-sourceview3
  1336. lablqml
  1337. lacaml >= "11.0.2"
  1338. ladspa >= "0.2.0"
  1339. lambda
  1340. lambda-runtime
  1341. lambda-term >= "2.0"
  1342. lambda_streams
  1343. lambda_streams_async
  1344. lambda_streams_lwt
  1345. lambdapi
  1346. lambdasoup >= "0.6.4"
  1347. lame >= "0.3.4"
  1348. landmarks >= "1.4"
  1349. landmarks-ppx
  1350. landmarks-speedscope
  1351. lascar >= "0.6-alpha"
  1352. lastfm >= "0.3.3"
  1353. launchd >= "1.3"
  1354. layoutz
  1355. lazy-trie
  1356. lbfgs >= "0.9.1"
  1357. lbvs_consent >= "2.1.0"
  1358. ldap >= "2.4.1"
  1359. ldp < "0.5.0"
  1360. ldp_curl < "0.5.0"
  1361. ldp_js < "0.5.0"
  1362. ldp_tls < "0.5.0"
  1363. leaflet
  1364. learn-ocaml
  1365. learn-ocaml-client
  1366. leaves
  1367. ledgerwallet
  1368. legacy_diffable
  1369. lens >= "1.2.4"
  1370. letsencrypt
  1371. letsencrypt-app
  1372. letsencrypt-dns
  1373. letsencrypt-mirage
  1374. letters
  1375. leveldb
  1376. lib_parsing
  1377. libabsolute
  1378. libbinaryen < "105.1.0" | >= "107.0.1"
  1379. libbpf
  1380. libbpf_maps
  1381. libc
  1382. libdash >= "0.4.1"
  1383. libirmin
  1384. libsail < "0.20.2"
  1385. libsvm >= "0.10.0"
  1386. libzipperposition
  1387. lilac
  1388. lilv
  1389. line-up-words
  1390. line_oriented
  1391. linenoise >= "1.3.1"
  1392. links
  1393. links-mysql
  1394. links-postgresql
  1395. links-sqlite3
  1396. linol
  1397. linol-eio
  1398. linol-lwt
  1399. lintcstubs
  1400. lintcstubs-arity < "0.5.2"
  1401. lintcstubs-gen
  1402. linwrap
  1403. liquid_interpreter
  1404. liquid_ml
  1405. liquid_parser
  1406. liquid_std
  1407. liquid_syntax
  1408. liquidsoap-core
  1409. liquidsoap-lang < "2.3.3"
  1410. liquidsoap-libs
  1411. liquidsoap-libs-extra
  1412. little_logger
  1413. llama
  1414. llama-cpp-ocaml
  1415. llama_core
  1416. llama_interactive
  1417. llama_midi
  1418. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1419. lmdb >= "1.0"
  1420. lo >= "0.2.0"
  1421. loc
  1422. lockfree
  1423. loga
  1424. logical
  1425. logs-async
  1426. logs-async-reporter
  1427. logs-ppx
  1428. logs-syslog
  1429. logtk
  1430. loop
  1431. lp
  1432. lp-glpk
  1433. lp-glpk-js
  1434. lp-gurobi
  1435. lp-highs
  1436. lpd
  1437. lreplay
  1438. lrgrep
  1439. lru >= "0.3.0"
  1440. lru_cache
  1441. lsp < "1.28.0-506~preview"
  1442. lt-code
  1443. lua-ml >= "0.9.3"
  1444. lua_parser
  1445. lucid
  1446. lun
  1447. lustre-v6 >= "6.103.3"
  1448. lutils >= "1.51.2"
  1449. lutin >= "2.71.10"
  1450. luv
  1451. luv_unix
  1452. lwd
  1453. lwt < "6.0.0"
  1454. lwt-canceler >= "0.2"
  1455. lwt-dllist
  1456. lwt-exit
  1457. lwt-parallel
  1458. lwt-watcher >= "0.2"
  1459. lwt_direct < "6.0.0"
  1460. lwt_domain
  1461. lwt_eio
  1462. lwt_glib >= "1.1.1"
  1463. lwt_log >= "1.1.1"
  1464. lwt_ppx >= "1.2.2" & < "6.0.0"
  1465. lwt_ppx_to_let_syntax
  1466. lwt_react >= "1.1.2"
  1467. lwt_retry
  1468. lwt_runtime_events < "6.0.0"
  1469. lwt_ssl >= "1.1.3"
  1470. lz4 >= "1.2.0"
  1471. lz4_chans >= "3.0.1"
  1472. lzo >= "0.0.3"
  1473. MlFront_Cache < "2.4.2.30"
  1474. MlFront_Cli < "2.4.2.30"
  1475. MlFront_Config < "2.4.2.30"
  1476. MlFront_Core < "2.4.2.30"
  1477. MlFront_Errors < "2.4.2.30"
  1478. MlFront_Logs < "2.4.2.30"
  1479. MlFront_Manip < "2.4.2.30"
  1480. MlFront_Signify < "2.4.2.30"
  1481. MlFront_ZipFile < "2.4.2.30"
  1482. m_tree
  1483. macaddr
  1484. macaddr-cstruct
  1485. macaddr-sexp
  1486. mad >= "0.5.0"
  1487. magic-mime >= "1.1.2"
  1488. magic-trace
  1489. make-random
  1490. malfunction
  1491. man_in_the_middle_debugger
  1492. mariadb >= "1.2.0"
  1493. markdown
  1494. markup >= "0.8.0"
  1495. markup-lwt
  1496. mastodon-archive-viewer >= "0.2"
  1497. matcha
  1498. matita
  1499. matplotlib
  1500. mazeppa
  1501. mbr-format
  1502. mc2
  1503. mccs
  1504. mcrunch
  1505. md2mld
  1506. mdx >= "1.8.0" & < "2.6.0"
  1507. mec
  1508. mechaml
  1509. mehari
  1510. mehari-eio
  1511. mehari-eio-unix
  1512. mehari-lwt-unix
  1513. mehari-mirage
  1514. mel
  1515. melange < "6.0.1-51"
  1516. melange-atdgen-codec-runtime
  1517. melange-compiler-libs
  1518. melange-edn
  1519. melange-fest
  1520. melange-fetch
  1521. melange-jest
  1522. melange-json
  1523. melange-json-native
  1524. melange-moment
  1525. melange-numeral
  1526. melange-radix-icons
  1527. melange-react-dates
  1528. melange-react-query
  1529. melange-recharts
  1530. melange-str
  1531. melange-testing-library
  1532. melange-transit
  1533. melange-webapi
  1534. meldep
  1535. mem_usage < "0.2.0"
  1536. memcad
  1537. memfd
  1538. memgraph
  1539. memgraph_kitty
  1540. memo
  1541. memprof-limits
  1542. memtrace
  1543. memtrace-mirage
  1544. memtrace_viewer
  1545. menhir >= "20200123"
  1546. menhirCST
  1547. menhirGLR
  1548. menhirLib
  1549. menhirSdk
  1550. merge-fmt
  1551. merlin
  1552. merlin-extend
  1553. merlin-lib
  1554. mesh >= "0.9.5"
  1555. mesh-easymesh >= "0.9.5"
  1556. mesh-graphics >= "0.9.5"
  1557. mesh-triangle >= "0.9.5"
  1558. metadata
  1559. metadb
  1560. metapp
  1561. metaquot
  1562. metrics
  1563. metrics-influx
  1564. metrics-lwt
  1565. metrics-rusage
  1566. metrics-unix
  1567. mew
  1568. mew_vi
  1569. mhttp
  1570. mhttp-client
  1571. mhttp-server
  1572. miaou
  1573. miaou-core
  1574. miaou-driver-matrix
  1575. miaou-driver-sdl
  1576. miaou-driver-term
  1577. miaou-driver-web
  1578. miaou-registry
  1579. miaou-runner
  1580. miaou-tui
  1581. miaou-widgets-display-sdl
  1582. micro_httpd
  1583. middleware
  1584. migra
  1585. mimic
  1586. mimic-happy-eyeballs
  1587. mindstorm >= "0.8"
  1588. mindstorm-lwt
  1589. minicaml
  1590. minicli >= "5.0.2"
  1591. minisat >= "0.3"
  1592. minttea
  1593. miou
  1594. mirage >= "4.0.0"
  1595. mirage-block
  1596. mirage-block-ccm
  1597. mirage-block-combinators
  1598. mirage-block-lwt
  1599. mirage-block-partition
  1600. mirage-block-ramdisk
  1601. mirage-block-solo5
  1602. mirage-block-unikraft
  1603. mirage-block-unix
  1604. mirage-block-xen
  1605. mirage-bootvar
  1606. mirage-channel >= "3.2.0"
  1607. mirage-channel-lwt
  1608. mirage-clock
  1609. mirage-clock-lwt
  1610. mirage-clock-unix
  1611. mirage-conduit
  1612. mirage-console
  1613. mirage-console-lwt
  1614. mirage-crypto
  1615. mirage-crypto-ec
  1616. mirage-crypto-pk
  1617. mirage-crypto-rng
  1618. mirage-crypto-rng-async
  1619. mirage-crypto-rng-eio
  1620. mirage-crypto-rng-lwt
  1621. mirage-crypto-rng-miou-unix
  1622. mirage-crypto-rng-mirage
  1623. mirage-crypto-rng-mkernel
  1624. mirage-device
  1625. mirage-dns
  1626. mirage-flow
  1627. mirage-flow-combinators
  1628. mirage-flow-lwt
  1629. mirage-flow-unix
  1630. mirage-fs
  1631. mirage-fs-lwt
  1632. mirage-kv >= "2.0.0"
  1633. mirage-kv-lwt >= "2.0.0"
  1634. mirage-kv-mem
  1635. mirage-kv-unix
  1636. mirage-logs
  1637. mirage-monitoring
  1638. mirage-mtime
  1639. mirage-nat
  1640. mirage-net
  1641. mirage-net-lwt
  1642. mirage-net-macosx >= "1.6.0"
  1643. mirage-net-solo5
  1644. mirage-net-unikraft
  1645. mirage-net-unix
  1646. mirage-net-xen
  1647. mirage-profile
  1648. mirage-protocols
  1649. mirage-protocols-lwt
  1650. mirage-ptime
  1651. mirage-qubes
  1652. mirage-qubes-ipv4
  1653. mirage-random
  1654. mirage-runtime
  1655. mirage-sleep
  1656. mirage-solo5
  1657. mirage-stack
  1658. mirage-stack-lwt
  1659. mirage-time
  1660. mirage-time-lwt
  1661. mirage-time-unix
  1662. mirage-types >= "3.6.0"
  1663. mirage-types-lwt >= "3.6.0"
  1664. mirage-unikraft
  1665. mirage-unix
  1666. mirage-vnetif
  1667. mirage-xen
  1668. mjson
  1669. mkaudio >= "1.1.0"
  1670. mkernel < "0.0.3"
  1671. mkocaml
  1672. mlbdd >= "0.7.2"
  1673. mlfenv
  1674. mlmpfr >= "4.0.2+dune"
  1675. mlpost
  1676. mlpost-lablgtk
  1677. mlt_parser
  1678. mlx
  1679. mm >= "0.7.0"
  1680. mmap
  1681. mmdb
  1682. mmo
  1683. mnd
  1684. mnet
  1685. mnet-cli
  1686. mnet-dhcp
  1687. mnet-dns
  1688. mnet-happy-eyeballs
  1689. mnet-ssh
  1690. mnet-tls
  1691. mnottui
  1692. mnotty
  1693. mock >= "0.1.1"
  1694. mock-ounit >= "0.1.1"
  1695. module-graph
  1696. molenc >= "5.0.0"
  1697. monaco_jsoo
  1698. monolith
  1699. monomorphic >= "2.0"
  1700. monorobot
  1701. moonpool
  1702. moonpool-io
  1703. moonpool-lwt
  1704. mopsa
  1705. morbig >= "0.10.3"
  1706. morsmall
  1707. moss >= "0.1.1"
  1708. mparser >= "1.3"
  1709. mparser-pcre
  1710. mparser-re
  1711. mperf
  1712. mpg123
  1713. mpp >= "0.3.4"
  1714. mpris
  1715. mpris-clients
  1716. mqtt
  1717. mrmime
  1718. msat >= "0.8"
  1719. msat-bin
  1720. msendmail
  1721. mset
  1722. msgpck >= "1.5"
  1723. msgpck-repr
  1724. mssql
  1725. msts
  1726. mtbox
  1727. mugen
  1728. mula
  1729. multibase
  1730. multicodec
  1731. multicont >= "1.0.1"
  1732. multicore-bench
  1733. multicore-magic
  1734. multicore-magic-dscheck
  1735. multihash
  1736. multihash-digestif
  1737. multipart-form-data >= "0.3.0"
  1738. multipart_form
  1739. multipart_form-cohttp-lwt
  1740. multipart_form-eio
  1741. multipart_form-lwt
  1742. multipart_form-miou
  1743. murmur3 >= "0.3"
  1744. mustache >= "3.1.0"
  1745. mustache-cli
  1746. mutaml
  1747. mutf8
  1748. mwt
  1749. mybuild >= "7"
  1750. mysql8
  1751. mysql_protocol
  1752. n_ary
  1753. naboris
  1754. nacc
  1755. nanoev
  1756. nanoev-picos
  1757. nanoev-posix
  1758. nanoev_tiny_httpd
  1759. nanoid
  1760. nanosvg
  1761. nanosvg_text
  1762. nbd >= "4.0.3"
  1763. nbd-tool
  1764. nbd-unix
  1765. nel
  1766. neo4j_bolt
  1767. netkat
  1768. netlink >= "0.3.4"
  1769. netsnmp
  1770. neural_nets_lib < "0.6.0"
  1771. nice_parser
  1772. ninja_utils
  1773. niru
  1774. nloge
  1775. nlopt
  1776. nmea
  1777. noCanren
  1778. nocoiner
  1779. node_of_ocaml
  1780. noise
  1781. nomad
  1782. non_empty_list
  1783. nottui
  1784. nottui-lwt
  1785. nottui-miou
  1786. nottui-pretty
  1787. nottui-unix
  1788. notty >= "0.2.3"
  1789. notty-community
  1790. notty-miou
  1791. notty_async >= "v0.13.0"
  1792. np
  1793. npy >= "0.0.9"
  1794. nsq
  1795. numeric_string
  1796. nuscr
  1797. OCADml
  1798. OCanren
  1799. OCanren-ppx
  1800. OSCADml
  1801. obatcher
  1802. obeam
  1803. obelisk >= "0.5.0"
  1804. obuilder
  1805. obuilder-spec
  1806. obus >= "1.2.1"
  1807. ocal >= "0.2.2"
  1808. ocaml-canvas
  1809. ocaml-compiler-libs >= "v0.12.0"
  1810. ocaml-embed-file
  1811. ocaml-in-python
  1812. ocaml-index
  1813. ocaml-lsp-server < "1.28.0-506~preview"
  1814. ocaml-lua
  1815. ocaml-migrate-parsetree
  1816. ocaml-migrate-parsetree-ocamlbuild
  1817. ocaml-monadic >= "0.4.1"
  1818. ocaml-print-intf
  1819. ocaml-probes
  1820. ocaml-protoc >= "2.0.1"
  1821. ocaml-protoc-plugin
  1822. ocaml-r >= "0.1.1"
  1823. ocaml-sat-solvers >= "0.8"
  1824. ocaml-syntax-shims
  1825. ocaml-systemd >= "1.3"
  1826. ocaml-top
  1827. ocaml-vdom < "transition"
  1828. ocaml-version >= "3.5.0"
  1829. ocaml-yescrypt
  1830. ocaml_db_model
  1831. ocaml_intrinsics
  1832. ocaml_intrinsics_kernel
  1833. ocaml_openapi_generator
  1834. ocaml_pgsql_model
  1835. ocaml_plugin
  1836. ocamlc-loc < "3.19.0"
  1837. ocamlcodoc
  1838. ocamldiff >= "1.2"
  1839. ocamlformat >= "0.24.1"
  1840. ocamlformat-lib
  1841. ocamlformat-mlx
  1842. ocamlformat-mlx-lib
  1843. ocamlformat-rpc < "removed"
  1844. ocamlformat-rpc-lib
  1845. ocamlfuse
  1846. ocamlgraph >= "2.0.0"
  1847. ocamlgraph_gtk
  1848. ocamlify >= "0.1.0"
  1849. ocamline
  1850. ocamlmerlin-mlx
  1851. ocamlmig < "5.4.20260731"
  1852. ocamlmod >= "0.1.1"
  1853. ocamlog
  1854. ocamlregextkit
  1855. ocannl_npy
  1856. ocb
  1857. ocf >= "0.8.0" & < "1.0.0"
  1858. ocf_ppx < "1.0.0"
  1859. ocgtk
  1860. ockt
  1861. ocluster != "0.2"
  1862. ocluster-api
  1863. ocluster-worker
  1864. ocolor
  1865. ocp-browser >= "1.2.1"
  1866. ocp-indent >= "1.7.0" & < "1.9.0"
  1867. ocp-indent-nlfork
  1868. ocp-index
  1869. ocp-search
  1870. ocp_reveal
  1871. ocplib-endian >= "1.1"
  1872. ocplib-json-typed-browser
  1873. ocplib-json-typed-bson
  1874. ocplib-simplex >= "0.5"
  1875. ocplib_stuff >= "0.4.0"
  1876. ocsigen-i18n >= "4.0.0"
  1877. ocsigen-ppx-rpc
  1878. ocsigenserver >= "4.0.1" & < "7.0.0"
  1879. ocsipersist < "2.1.0"
  1880. ocsipersist-dbm < "2.1.0"
  1881. ocsipersist-dbm-config < "2.1.0"
  1882. ocsipersist-lib < "2.1.0"
  1883. ocsipersist-pgsql < "2.1.0"
  1884. ocsipersist-pgsql-config < "2.1.0"
  1885. ocsipersist-sqlite < "2.1.0"
  1886. ocsipersist-sqlite-config < "2.1.0"
  1887. octavius >= "1.2.2"
  1888. ocue
  1889. odate
  1890. odds >= "1.1"
  1891. odep
  1892. odepack >= "0.6.9"
  1893. odnnr
  1894. odoc < "3.1.0"
  1895. odoc-driver < "3.1.0"
  1896. odoc-md < "3.1.0"
  1897. odoc-parser < "3.1.0"
  1898. oepub
  1899. of_json
  1900. offheap
  1901. oframl
  1902. ogg >= "1.0.0"
  1903. ohex
  1904. oidc
  1905. ojo
  1906. ojs
  1907. ojs_base
  1908. ojs_base_all
  1909. ojs_base_ppx
  1910. ojs_ed
  1911. ojs_filetree
  1912. ojs_list
  1913. oktree
  1914. olinq >= "0.3"
  1915. oma
  1916. omd >= "1.3.2"
  1917. ometrics
  1918. omg
  1919. omigrate
  1920. omlr >= "1.0.3"
  1921. omtl
  1922. oneffs
  1923. oniguruma
  1924. ooh
  1925. opam-0install
  1926. opam-0install-cudf
  1927. opam-bin >= "1.0.0"
  1928. opam-build
  1929. opam-check-npm-deps
  1930. opam-ci-check-lint
  1931. opam-client >= "2.0.2"
  1932. opam-compiler
  1933. opam-core >= "2.0.2"
  1934. opam-custom-install
  1935. opam-devel >= "2.0.2"
  1936. opam-dune-lint
  1937. opam-ed >= "0.4"
  1938. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1939. opam-format >= "2.0.2"
  1940. opam-graph
  1941. opam-grep >= "0.2.0"
  1942. opam-installer >= "2.0.2"
  1943. opam-minver
  1944. opam-monorepo
  1945. opam-package-upgrade >= "0.2"
  1946. opam-publish >= "2.0.2"
  1947. opam-repository >= "2.0.2"
  1948. opam-solver >= "2.0.2"
  1949. opam-spin
  1950. opam-state >= "2.0.2"
  1951. opam-test
  1952. opam_bin_lib != "0.9.5"
  1953. opasswd
  1954. opatch
  1955. opazl
  1956. openai
  1957. openai-gym
  1958. openapi
  1959. openapi-opium
  1960. openapi_router
  1961. openbsd
  1962. opencage
  1963. opencc0
  1964. opencc1
  1965. opencc1_1
  1966. openQASM
  1967. openstellina
  1968. opentelemetry
  1969. opentelemetry-client
  1970. opentelemetry-client-cohttp-eio
  1971. opentelemetry-client-cohttp-lwt
  1972. opentelemetry-client-ocurl
  1973. opentelemetry-client-ocurl-lwt
  1974. opentelemetry-cohttp-lwt
  1975. opentelemetry-logs
  1976. opentelemetry-lwt
  1977. opine
  1978. opium
  1979. opium-graphql
  1980. opium-testing
  1981. opium_kernel >= "0.17.0"
  1982. oplot
  1983. oplsr
  1984. opomodoro
  1985. opsian
  1986. optal
  1987. opti
  1988. optimization1d >= "0.6.1"
  1989. optiml-transport
  1990. optint
  1991. opus
  1992. oq
  1993. oraft
  1994. oranger >= "2.0.1"
  1995. orb
  1996. order-i3-xfce
  1997. ordering < "3.19.0"
  1998. ordinal
  1999. ordinal_abbreviation
  2000. ordma >= "0.0.5"
  2001. orec >= "1.0.1"
  2002. orewa
  2003. orf
  2004. orgeat
  2005. orpie
  2006. orrandomForest
  2007. orsvm_e1071 >= "4.0.0"
  2008. ortac-core
  2009. ortac-dune
  2010. ortac-qcheck-stm
  2011. ortac-runtime
  2012. ortac-runtime-qcheck-stm
  2013. ortac-wrapper
  2014. orthologic-coq
  2015. orxgboost >= "1.1.0"
  2016. osc >= "0.2.0"
  2017. osc-lwt
  2018. osc-unix
  2019. osdp >= "1.1.1"
  2020. oseq >= "0.2"
  2021. osh
  2022. oskel
  2023. osnap
  2024. ostap >= "0.6"
  2025. osx-keychain
  2026. osx-secure-transport
  2027. otaglibc
  2028. otf
  2029. otoggl
  2030. otoml
  2031. otr
  2032. oui
  2033. ounit = "2.1.2"
  2034. ounit-lwt < "2.2.0"
  2035. ounit2
  2036. ounit2-lwt
  2037. out-channel-redirect
  2038. override
  2039. owee
  2040. owi
  2041. owl >= "0.4.0"
  2042. owl-base >= "0.4.0"
  2043. owl-jupyter
  2044. owl-ode
  2045. owl-ode-base
  2046. owl-ode-odepack
  2047. owl-ode-sundials
  2048. owl-opt
  2049. owl-opt-lbfgs
  2050. owl-plplot
  2051. owl-symbolic
  2052. owl-top >= "0.4.0"
  2053. owl-zoo >= "0.4.0"
  2054. owork
  2055. ozulip
  2056. p4pp
  2057. p5scm
  2058. packstream
  2059. pacomb
  2060. paf
  2061. paf-cohttp
  2062. pageantty
  2063. pam
  2064. pancake
  2065. pandoc
  2066. pandoc-abbreviations
  2067. pandoc-comment
  2068. pandoc-crossref
  2069. pandoc-include
  2070. pandoc-inspect
  2071. pandoc-pdf2png
  2072. pandoc-replace
  2073. papi >= "0.1.1"
  2074. par_incr
  2075. parany >= "9.0.0"
  2076. pardi >= "2.0.2"
  2077. pari
  2078. pari-bindings
  2079. parmap >= "1.1.1"
  2080. parseff >= "0.2.0"
  2081. parsexp >= "v0.13.0"
  2082. parsexp_io
  2083. parsite
  2084. parsley
  2085. passage
  2086. patch
  2087. patdiff
  2088. path_glob
  2089. patience_diff
  2090. patricia-tree
  2091. pattern
  2092. pb
  2093. pb-plugin
  2094. pbkdf
  2095. pbrt
  2096. pbrt_services
  2097. pbrt_yojson
  2098. pcap-format >= "0.5.2"
  2099. pcrc
  2100. pcre >= "7.3.5"
  2101. pcre2
  2102. pds-reachability >= "0.2.2"
  2103. pecu >= "0.2"
  2104. petrol
  2105. pf-qubes
  2106. pg_query
  2107. pgocaml >= "4.0"
  2108. pgocaml_ppx
  2109. pgx
  2110. pgx_async
  2111. pgx_lwt
  2112. pgx_lwt_mirage
  2113. pgx_lwt_unix
  2114. pgx_unix
  2115. pgx_value_core
  2116. pgx_value_ptime
  2117. phantom-algebra >= "1.0.1"
  2118. phonetic
  2119. phylogenetics
  2120. piaf
  2121. picasso
  2122. picos
  2123. picos_aux
  2124. picos_io
  2125. picos_io_cohttp
  2126. picos_lwt
  2127. picos_meta
  2128. picos_mux
  2129. picos_std
  2130. piece_rope
  2131. piqi >= "0.7.8"
  2132. piqilib >= "0.6.16"
  2133. pixel_pusher
  2134. pkcs11 >= "0.18.0"
  2135. pkcs11-cli
  2136. pkcs11-driver
  2137. pkcs11-rev
  2138. pla >= "1.3"
  2139. plateau
  2140. plato
  2141. playwright
  2142. plebeia
  2143. plist-xml
  2144. plist-xml-lwt
  2145. plotkicadsch
  2146. plotly
  2147. plplot >= "5.11.0-1"
  2148. polars
  2149. polars_async
  2150. polka
  2151. poll
  2152. polling_state_rpc
  2153. polly < "0.5.0"
  2154. polymarket
  2155. polynomial
  2156. pomap
  2157. popper
  2158. portaudio >= "0.2.2"
  2159. portaudio_c_bindings
  2160. posix-base < "4.0.1"
  2161. posix-bindings < "4.0.1"
  2162. posix-getopt >= "2.0.0" & < "4.0.1"
  2163. posix-math2 < "4.0.1"
  2164. posix-signal < "4.0.1"
  2165. posix-socket < "4.0.1"
  2166. posix-socket-unix < "4.0.1"
  2167. posix-time2 < "4.0.1"
  2168. posix-types >= "2.0.0" & < "4.0.1"
  2169. posix-uname < "4.0.1"
  2170. posixat
  2171. postgres_async
  2172. postgresql >= "4.4.1"
  2173. pp
  2174. pp-binary-ints
  2175. pp_loc
  2176. pplumbing
  2177. pplumbing-err
  2178. pplumbing-log
  2179. pplumbing-log-cli
  2180. pplumbing-pp-tty
  2181. pprint >= "20200226"
  2182. ppx-owl-opt
  2183. ppx_accessor
  2184. ppx_assert
  2185. ppx_bap
  2186. ppx_base
  2187. ppx_bench
  2188. ppx_bin_prot
  2189. ppx_bitstring < "5.0.2"
  2190. ppx_blob >= "0.6.0"
  2191. ppx_camlrack
  2192. ppx_catch
  2193. ppx_cold
  2194. ppx_compare
  2195. ppx_compose >= "0.1.0"
  2196. ppx_const
  2197. ppx_conv_func
  2198. ppx_counters
  2199. ppx_css
  2200. ppx_cstruct
  2201. ppx_cstubs
  2202. ppx_csv_conv
  2203. ppx_custom_printf
  2204. ppx_decimal
  2205. ppx_default
  2206. ppx_defer >= "0.4.0"
  2207. ppx_demo
  2208. ppx_derive_at_runtime
  2209. ppx_derivers >= "1.2.1"
  2210. ppx_deriving >= "4.5-1"
  2211. ppx_deriving_cad
  2212. ppx_deriving_cmdliner
  2213. ppx_deriving_decoders
  2214. ppx_deriving_encoding
  2215. ppx_deriving_ezjsonm
  2216. ppx_deriving_hardcaml
  2217. ppx_deriving_hash < "0.1.4"
  2218. ppx_deriving_json_schema
  2219. ppx_deriving_jsonschema
  2220. ppx_deriving_jsont
  2221. ppx_deriving_jsoo
  2222. ppx_deriving_madcast >= "0.2"
  2223. ppx_deriving_melange
  2224. ppx_deriving_popper
  2225. ppx_deriving_protobuf
  2226. ppx_deriving_qcheck
  2227. ppx_deriving_rpc
  2228. ppx_deriving_scad
  2229. ppx_deriving_variant_string
  2230. ppx_deriving_yaml
  2231. ppx_deriving_yojson
  2232. ppx_diff
  2233. ppx_disable_unused_warnings
  2234. ppx_distr_guards >= "0.2"
  2235. ppx_dream_eml
  2236. ppx_embed_file
  2237. ppx_enforce
  2238. ppx_enumerate
  2239. ppx_expect
  2240. ppx_expect_nobase >= "v0.17.2.2"
  2241. ppx_ezlua
  2242. ppx_factory
  2243. ppx_fail
  2244. ppx_fields_conv
  2245. ppx_fixed_literal
  2246. ppx_forbid
  2247. ppx_format
  2248. ppx_fun
  2249. ppx_gen_rec >= "1.1.0"
  2250. ppx_getenv
  2251. ppx_globalize
  2252. ppx_hardcaml
  2253. ppx_hash
  2254. ppx_hegel_compat
  2255. ppx_hegel_generator
  2256. ppx_hegel_test
  2257. ppx_here
  2258. ppx_ignore_instrumentation
  2259. ppx_import
  2260. ppx_inline_alcotest
  2261. ppx_inline_test
  2262. ppx_inline_test_nobase
  2263. ppx_interact
  2264. ppx_irmin
  2265. ppx_jane
  2266. ppx_js_style
  2267. ppx_jsobject_conv
  2268. ppx_jsonaf_conv
  2269. ppx_let
  2270. ppx_log
  2271. ppx_lun
  2272. ppx_make
  2273. ppx_map
  2274. ppx_marshal < "0.4.1"
  2275. ppx_marshal_ext < "0.4.1"
  2276. ppx_matches < "0.2.0"
  2277. ppx_meta_conv
  2278. ppx_mica
  2279. ppx_mikmatch
  2280. ppx_minidebug
  2281. ppx_module_timer
  2282. ppx_monad
  2283. ppx_monoid >= "0.3.2"
  2284. ppx_mysql
  2285. ppx_open
  2286. ppx_optcomp
  2287. ppx_optint
  2288. ppx_optional
  2289. ppx_parser
  2290. ppx_partial
  2291. ppx_pattern_bind
  2292. ppx_pbt
  2293. ppx_pipebang
  2294. ppx_protocol_conv
  2295. ppx_protocol_conv_json
  2296. ppx_protocol_conv_jsonm
  2297. ppx_protocol_conv_msgpack
  2298. ppx_protocol_conv_xml_light
  2299. ppx_protocol_conv_xmlm
  2300. ppx_protocol_conv_yaml
  2301. ppx_pyformat
  2302. ppx_python
  2303. ppx_quick_test
  2304. ppx_rapper
  2305. ppx_rapper_async
  2306. ppx_rapper_lwt
  2307. ppx_regexp >= "0.4.0"
  2308. ppx_repr
  2309. ppx_seq
  2310. ppx_sexp_conv
  2311. ppx_sexp_message
  2312. ppx_sexp_value
  2313. ppx_show
  2314. ppx_stable
  2315. ppx_stable_witness
  2316. ppx_string
  2317. ppx_string_conv
  2318. ppx_string_interpolation
  2319. ppx_subliner
  2320. ppx_system
  2321. ppx_test
  2322. ppx_tools
  2323. ppx_tools_versioned
  2324. ppx_trace
  2325. ppx_ts
  2326. ppx_tydi
  2327. ppx_type_directed_value
  2328. ppx_typed_fields
  2329. ppx_typerep_conv
  2330. ppx_tyre
  2331. ppx_units
  2332. ppx_unreachable
  2333. ppx_update
  2334. ppx_variants_conv
  2335. ppx_viewpattern
  2336. ppx_wideopen
  2337. ppx_xml_conv
  2338. ppx_yojson
  2339. ppx_yojson_conv
  2340. ppx_yojson_conv_lib
  2341. ppxfind
  2342. ppxlib
  2343. ppxlib-tools
  2344. ppxlib_jane
  2345. ppxx
  2346. pratter
  2347. prbnmcn-basic-structures
  2348. prbnmcn-cgrph
  2349. prbnmcn-clustering
  2350. prbnmcn-dagger
  2351. prbnmcn-dagger-gsl
  2352. prbnmcn-dagger-stats
  2353. prbnmcn-dagger-test
  2354. prbnmcn-gnuplot
  2355. prbnmcn-linalg
  2356. prbnmcn-mcts
  2357. prbnmcn-proptest
  2358. prbnmcn-stats
  2359. prbnmcn-ucb1
  2360. prc
  2361. preface
  2362. prelude
  2363. pretty_expressive
  2364. prettym
  2365. print-table
  2366. printbox >= "0.3"
  2367. printbox-ext-plot
  2368. printbox-html
  2369. printbox-md
  2370. printbox-text >= "0.6.1"
  2371. proc-smaps
  2372. process_limits
  2373. processor
  2374. producer
  2375. prof_spacetime
  2376. profiling
  2377. profunctor
  2378. progress < "0.5.0"
  2379. prolect
  2380. prom
  2381. prometheus >= "0.6"
  2382. prometheus-app >= "0.6"
  2383. prometheus-liquidsoap >= "2"
  2384. promise
  2385. promise_jsoo
  2386. promise_jsoo_lwt
  2387. protocell
  2388. protocol-9p >= "1.0.0"
  2389. protocol-9p-tool >= "1.0.0"
  2390. protocol-9p-unix >= "1.0.0"
  2391. protocol_version_header
  2392. provider
  2393. prr
  2394. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2395. psq >= "0.1.1"
  2396. ptmap >= "2.0.5"
  2397. ptset
  2398. pulseaudio >= "0.1.4"
  2399. pure-html
  2400. pure-splitmix >= "0.3"
  2401. purl
  2402. pvec
  2403. pxshot
  2404. py >= "1.1"
  2405. pyast
  2406. pyml >= "20210924"
  2407. pyml_bindgen >= "0.3.0"
  2408. pyre-ast
  2409. pythonlib
  2410. qbf >= "0.3"
  2411. qcaml
  2412. qcheck >= "0.13"
  2413. qcheck-alcotest
  2414. qcheck-core
  2415. qcheck-lin < "0.10"
  2416. qcheck-multicoretests-util < "0.10"
  2417. qcheck-ounit
  2418. qcheck-stm < "0.10"
  2419. qdrant
  2420. qinap
  2421. qiskit
  2422. qmp >= "0.19.0"
  2423. qrencode
  2424. qtest >= "2.10.1"
  2425. queenshead
  2426. query-json
  2427. quests
  2428. quick_print
  2429. quickjs
  2430. radamsa
  2431. radare2 >= "0.0.3"
  2432. randii
  2433. random
  2434. randomconv
  2435. randoml
  2436. range >= "0.8"
  2437. rangeSet
  2438. rankers
  2439. rawlink
  2440. rawlink-eio
  2441. rawlink-lwt
  2442. raygui < "1.5.1"
  2443. raylib < "1.5.1"
  2444. rdbg >= "1.196.12"
  2445. rdf >= "0.13.0" & < "1.1.0"
  2446. rdf_impls < "1.1.0"
  2447. rdf_json_ld < "1.1.0"
  2448. rdf_lwt < "1.1.0"
  2449. rdf_mysql < "1.1.0"
  2450. rdf_postgresql < "1.1.0"
  2451. rdf_ppx < "1.1.0"
  2452. re >= "1.9.0"
  2453. re2
  2454. re2_stable
  2455. re_parser
  2456. rea
  2457. react-rules-of-hooks-ppx
  2458. reactiveData >= "0.2.4"
  2459. reactjs-jsx-ppx
  2460. readline
  2461. reanalyze
  2462. reason < "3.17.2"
  2463. reason-react
  2464. reason-react-ppx
  2465. reason-standard
  2466. received
  2467. record_builder
  2468. records >= "1.0.0"
  2469. red-black-tree
  2470. reddit_api_async
  2471. reddit_api_kernel
  2472. redirect
  2473. redis >= "0.4"
  2474. redis-async
  2475. redis-lwt >= "0.4"
  2476. redis-sync >= "0.4"
  2477. reed-solomon-erasure >= "1.0.2"
  2478. reedsolomon
  2479. refl
  2480. regex_parser_intf
  2481. regrade
  2482. relude
  2483. remu_ts
  2484. reparse
  2485. reparse-lwt
  2486. reparse-lwt-unix
  2487. reparse-unix
  2488. repr
  2489. repr-bench
  2490. repr-fuzz
  2491. requisite
  2492. res >= "5.0.1"
  2493. res_tailwindcss
  2494. rescript-syntax
  2495. rescriptdep
  2496. reshowcase
  2497. resource-pooling >= "1.1"
  2498. resource_cache
  2499. resp
  2500. resp-client
  2501. resp-mirage
  2502. resp-server >= "0.9"
  2503. resp-unix
  2504. resto
  2505. resto-acl
  2506. resto-cohttp
  2507. resto-cohttp-client
  2508. resto-cohttp-self-serving-client
  2509. resto-cohttp-server
  2510. resto-directory
  2511. resto-json
  2512. restricted
  2513. result
  2514. rfc1951 >= "0.8.1" & != "1.0.0"
  2515. rfc6287 >= "1.0.4"
  2516. rfc7748
  2517. rfsm >= "1.6-alpha-3"
  2518. rhythm
  2519. ringo
  2520. ringo-lwt
  2521. rio
  2522. riot
  2523. river
  2524. robotstxt
  2525. rock
  2526. rocq-core
  2527. rocq-devtools
  2528. rocq-runtime
  2529. rocqide
  2530. roman
  2531. root1d >= "0.5.1"
  2532. rope >= "0.6.2"
  2533. rosa
  2534. rosetta >= "0.2.0"
  2535. routes
  2536. rowex
  2537. rpc
  2538. rpc_parallel
  2539. rpclib
  2540. rpclib-async
  2541. rpclib-html
  2542. rpclib-js
  2543. rpclib-lwt
  2544. rpmfile
  2545. rpmfile-cli
  2546. rpmfile-eio
  2547. rpmfile-unix
  2548. rsdd
  2549. rss
  2550. rtop < "3.17.2"
  2551. rtree
  2552. rungen
  2553. runtime_events_tools < "0.5.4"
  2554. runtime_events_tools_bare < "0.5.4"
  2555. rusage
  2556. rust-staticlib-gen
  2557. rust-staticlib-virtual
  2558. SZXX
  2559. safemoney
  2560. safepass >= "3.1"
  2561. sail >= "0.15" & < "0.20.2"
  2562. sail_c_backend < "0.20.2"
  2563. sail_coq_backend < "0.20.2"
  2564. sail_doc_backend < "0.20.2"
  2565. sail_latex_backend < "0.20.2"
  2566. sail_lean_backend < "0.20.2"
  2567. sail_lem_backend < "0.20.2"
  2568. sail_maker < "0.20.2"
  2569. sail_manifest
  2570. sail_ocaml_backend < "0.20.2"
  2571. sail_output < "0.20.2"
  2572. sail_smt_backend < "0.20.2"
  2573. sail_sv_backend < "0.20.2"
  2574. salsa20 >= "1.0.0"
  2575. salsa20-core >= "1.0.0"
  2576. salto-analyzer < "0.2"
  2577. saltoIL < "0.2.1"
  2578. samplerate >= "0.1.6"
  2579. sanddb >= "0.2"
  2580. sarek
  2581. sarif
  2582. satex
  2583. saturn
  2584. saturn_lockfree
  2585. satyrographos
  2586. savvy
  2587. scad_ml
  2588. scfg
  2589. scgi
  2590. scipy
  2591. scrypt-kdf
  2592. sd_logic
  2593. sdl-liquidsoap >= "3"
  2594. search
  2595. searchTree
  2596. secp256k1 >= "0.4.1"
  2597. secp256k1-internal
  2598. sedlex
  2599. sek
  2600. sel
  2601. semantic_version
  2602. semaphore-compat
  2603. semv
  2604. semver >= "0.2.1"
  2605. semver2
  2606. sendmail
  2607. sendmail-lwt
  2608. sendmail-miou-unix
  2609. sendmail-mirage
  2610. sentry
  2611. seq < "base"
  2612. seqes
  2613. sequencer_table
  2614. serde
  2615. serde_debug
  2616. serde_derive
  2617. serde_json
  2618. serde_sexpr
  2619. serde_xml
  2620. serial
  2621. server-reason-react
  2622. session >= "0.4.1"
  2623. session-cohttp >= "0.4.1"
  2624. session-cohttp-async >= "0.4.1"
  2625. session-cohttp-lwt >= "0.4.1"
  2626. session-cookie
  2627. session-cookie-async
  2628. session-cookie-lwt
  2629. session-postgresql >= "0.4.1"
  2630. session-postgresql-async
  2631. session-postgresql-lwt
  2632. session-redis-lwt >= "0.4.1"
  2633. session-webmachine >= "0.4.1"
  2634. setcore >= "1.0.2"
  2635. sexp
  2636. sexp_decode
  2637. sexp_diff
  2638. sexp_diff_kernel
  2639. sexp_grammar
  2640. sexp_macro
  2641. sexp_pretty
  2642. sexp_select
  2643. sexp_string_quickcheck
  2644. sexplib >= "v0.13.0"
  2645. sexplib0 >= "v0.12.0"
  2646. sexps-rewriter
  2647. sgf
  2648. sha >= "1.13"
  2649. shades
  2650. shakuhachi
  2651. shapefile
  2652. shared-block-ring
  2653. shared-memory-ring
  2654. shared-memory-ring-lwt
  2655. shared-secret >= "0.4"
  2656. shell
  2657. sherlodoc < "3.1.0"
  2658. shexp
  2659. shine >= "0.2.2"
  2660. shuttle
  2661. shuttle_http
  2662. shuttle_ssl
  2663. shuttle_websocket
  2664. sifun
  2665. signal
  2666. sihl
  2667. sihl-cache
  2668. sihl-contract
  2669. sihl-core
  2670. sihl-email
  2671. sihl-facade
  2672. sihl-persistence
  2673. sihl-queue
  2674. sihl-session
  2675. sihl-storage
  2676. sihl-token
  2677. sihl-type
  2678. sihl-user
  2679. sihl-web
  2680. simlog
  2681. simple63
  2682. simple_httpd
  2683. simple_httpd_caqti
  2684. sitemap
  2685. sklearn
  2686. slack
  2687. slacko
  2688. slice
  2689. slipshow
  2690. slug
  2691. smart-print >= "0.3.0"
  2692. smaws-clients
  2693. smaws-lib
  2694. smol
  2695. smol-helpers
  2696. smtlib-utils
  2697. smtml < "0.10.0"
  2698. snappy
  2699. snf_mcp
  2700. so
  2701. sodium-fmt
  2702. solid < "0.5.0"
  2703. solid_server < "0.5.0"
  2704. solid_tools < "0.5.0"
  2705. solidity-alcotest
  2706. solidity-common
  2707. solidity-parser
  2708. solidity-test
  2709. solidity-typechecker
  2710. solo5-elftool
  2711. sortedseq_intersect
  2712. soundtouch >= "0.1.9"
  2713. soupault
  2714. spacetime_lib
  2715. spatial-shell
  2716. spawn < "v0.9.0" | >= "v0.13.0"
  2717. spdx_licenses
  2718. spectrum
  2719. spectrum_capabilities
  2720. spectrum_palette_ppx
  2721. spectrum_palettes
  2722. spectrum_tools
  2723. speed
  2724. speex
  2725. spelll >= "0.4"
  2726. spices
  2727. spin
  2728. splay_tree
  2729. splittable_random
  2730. spoc
  2731. spoc_ppx
  2732. spoke
  2733. spotify-web-api
  2734. spotify_ml
  2735. spotlib >= "4.1.0"
  2736. spurs
  2737. sqids
  2738. sqlgg >= "20200521"
  2739. sqlite3 >= "4.4.1"
  2740. sqlite3_utils
  2741. srt
  2742. ssh-agent >= "0.2.0"
  2743. ssl >= "0.5.6"
  2744. starpath
  2745. starred_ml < "0.0.8"
  2746. stdcompat >= "19"
  2747. stdint >= "0.6.0"
  2748. stdint-literals
  2749. stdio
  2750. stdlib-diff
  2751. stdlib-random
  2752. stdlib-shims
  2753. stdune < "3.19.0"
  2754. stitch
  2755. stk < "0.5.0"
  2756. stk_iconv < "0.5.0"
  2757. stk_ocf < "0.5.0"
  2758. stk_ppx < "0.5.0"
  2759. stk_rdf < "0.5.0"
  2760. stk_xml < "0.5.0"
  2761. stog >= "0.20.0"
  2762. stog_all
  2763. stog_asy
  2764. stog_dot
  2765. stog_extern
  2766. stog_markdown
  2767. stog_multi_doc
  2768. stog_nocaml
  2769. stog_noexec
  2770. stog_plugins
  2771. stog_rdf
  2772. stog_rel_href
  2773. stog_server
  2774. stog_server_multi
  2775. stog_sitemap
  2776. stog_writing
  2777. stone >= "0.5.2"
  2778. store
  2779. store-dict
  2780. store-pushqueue
  2781. stored_reversed
  2782. stramon-lib
  2783. streamable
  2784. streaming
  2785. string_dict
  2786. stringCodepointSplitter
  2787. stringext >= "1.6.0"
  2788. stringx
  2789. sturgeon >= "0.4.2"
  2790. styled-ppx
  2791. subprocess
  2792. subscriptions-transport-ws
  2793. subtype-refinement >= "0.2"
  2794. sun
  2795. svmwrap
  2796. swagger >= "0.2.0"
  2797. swapfs
  2798. swhid
  2799. swhid_compute
  2800. swhid_core
  2801. swhid_types
  2802. swipl
  2803. syguslib-utils
  2804. symex
  2805. synchronizer
  2806. syncweb
  2807. syndic >= "1.6.0"
  2808. synopsis
  2809. sys-socket
  2810. sys-socket-unix
  2811. syslog >= "2.0.1"
  2812. syslog-message >= "1.0.0"
  2813. syslog-rfc5424 < "0.2"
  2814. systemverilog >= "0.0.2"
  2815. syto
  2816. tablecloth-base
  2817. tablecloth-melange
  2818. tablecloth-native < "transition"
  2819. tabr
  2820. taglib >= "0.3.7"
  2821. talaria-bibtex
  2822. tar
  2823. tar-eio
  2824. tar-mirage
  2825. tar-unix
  2826. tcalc
  2827. tcpip
  2828. tdigest
  2829. telemetry
  2830. telltime
  2831. tensorboard
  2832. term-indexing
  2833. term-tools
  2834. termaid
  2835. terminal < "0.5.0"
  2836. terminal_size >= "0.1.4"
  2837. terminus
  2838. terminus-cohttp
  2839. terminus-hlc
  2840. terml
  2841. testo < "0.3.4"
  2842. testo-diff < "0.3.4"
  2843. testo-lwt < "0.3.4"
  2844. testo-util < "0.3.4"
  2845. testu01
  2846. textmate-language
  2847. textrazor
  2848. textutils
  2849. textutils_kernel
  2850. textwrap >= "0.2.1"
  2851. tezos-base58
  2852. tezos-context-hash
  2853. tezt < "4.3.0"
  2854. tezt-bam
  2855. theo
  2856. theora
  2857. thread-local-storage
  2858. thread-table
  2859. thrift
  2860. tidy
  2861. tidy_email
  2862. tidy_email_mailgun
  2863. tidy_email_sendgrid
  2864. tidy_email_smtp
  2865. tilde_f
  2866. time_now
  2867. timed >= "1.1"
  2868. timedesc
  2869. timedesc-json
  2870. timedesc-sexp
  2871. timedesc-tzdb
  2872. timedesc-tzlocal
  2873. timedesc-tzlocal-js
  2874. timere
  2875. timere-parse
  2876. timezone
  2877. timmy
  2878. timmy-jsoo
  2879. timmy-lwt
  2880. timmy-unix
  2881. tiny_httpd
  2882. tiny_httpd_camlzip
  2883. tiny_httpd_eio
  2884. tip-parser >= "0.4"
  2885. tldr
  2886. tls >= "0.12.8"
  2887. tls-async
  2888. tls-eio
  2889. tls-liquidsoap
  2890. tls-lwt
  2891. tls-miou-unix
  2892. tls-mirage
  2893. tm-grammars
  2894. toc
  2895. tofn
  2896. togglelog
  2897. toml
  2898. toml-cconv
  2899. toml_cconv
  2900. toplevel_backend
  2901. toplevel_expect_test
  2902. topojson
  2903. topojsone
  2904. topological_sort
  2905. torch
  2906. tqdm
  2907. trace
  2908. trace-fuchsia
  2909. trace-runtime-events
  2910. trace-tef
  2911. tracing
  2912. tracy-client
  2913. trail
  2914. traits
  2915. trampoline
  2916. transept
  2917. transom
  2918. traverse
  2919. travesty
  2920. trax >= "0.4.0"
  2921. tree_layout >= "0.2"
  2922. treeprint >= "2.3.0"
  2923. trexio
  2924. trie
  2925. trs
  2926. tsdl-image >= "0.3.0"
  2927. tsdl-mixer
  2928. tsdl-ttf >= "0.3"
  2929. tsort
  2930. tty
  2931. tube >= "4.4.0"
  2932. tuntap
  2933. twirp_cohttp_lwt_unix
  2934. twirp_core
  2935. twirp_ezcurl
  2936. twirp_tiny_httpd
  2937. twostep
  2938. tyabt
  2939. type_eq
  2940. type_id
  2941. typed_list
  2942. typeid
  2943. typerep >= "v0.13.0"
  2944. typeset
  2945. tyre >= "0.5"
  2946. tyxml >= "4.3.0"
  2947. tyxml-jsx
  2948. tyxml-lwd
  2949. tyxml-ppx >= "4.3.0"
  2950. tyxml-syntax
  2951. ubase
  2952. ubpf >= "0.2"
  2953. uecc >= "0.3"
  2954. ufind
  2955. uint >= "2.0.1"
  2956. ulid
  2957. um-abt
  2958. unidecode
  2959. unionFind
  2960. unisim_archisec < "0.0.14"
  2961. unison < "2.53.4"
  2962. universal-portal
  2963. universo
  2964. unix-errno >= "0.6.0"
  2965. unix-type-representations >= "0.1.3"
  2966. unstrctrd
  2967. uopt
  2968. uri >= "2.2.1"
  2969. uri-bench
  2970. uri-re
  2971. uri-sexp
  2972. uring
  2973. uring-trace
  2974. uritemplate
  2975. urn
  2976. user-agent-parser
  2977. username_kernel
  2978. uspf
  2979. uspf-lwt
  2980. uspf-mirage
  2981. uspf-unix
  2982. utcp
  2983. utop
  2984. uuuu >= "0.1.1"
  2985. validate
  2986. validator
  2987. valkey
  2988. variantslib >= "v0.13.0"
  2989. varray
  2990. vcaml
  2991. vcardgen >= "1.2"
  2992. vchan
  2993. vchan-unix
  2994. vchan-xen
  2995. vdom
  2996. vec
  2997. vector
  2998. vector3 >= "1.0.0"
  2999. vendredi
  3000. vercel
  3001. versioned_polling_state_rpc
  3002. vhd-format >= "0.12.0"
  3003. vhd-format-lwt
  3004. vif
  3005. vifu
  3006. virtual_dom
  3007. virtual_dom_toplayer
  3008. visitors >= "20200207"
  3009. vlq >= "0.2.1"
  3010. vlt
  3011. vmnet
  3012. vocal
  3013. volgo
  3014. volgo-base
  3015. volgo-git-backend
  3016. volgo-git-eio
  3017. volgo-git-unix
  3018. volgo-hg-backend
  3019. volgo-hg-eio
  3020. volgo-hg-unix
  3021. volgo-vcs
  3022. voqc
  3023. vorbis
  3024. vpt >= "5.0.0"
  3025. vscoq-language-server < "2.3.3"
  3026. vsrocq-language-server
  3027. vue-jsoo
  3028. vue-ppx
  3029. wall
  3030. wasm >= "2.0.2"
  3031. wasm_of_ocaml-compiler < "6.1.0"
  3032. wasmer
  3033. wasmtime
  3034. wayland
  3035. waylaunch
  3036. wcwidth
  3037. webauthn
  3038. weberizer >= "0.8"
  3039. webmachine >= "0.6.2"
  3040. websocket >= "2.12"
  3041. websocket-async
  3042. websocket-lwt
  3043. websocket-lwt-unix
  3044. websocketaf
  3045. webtest
  3046. webtest-js
  3047. why3find
  3048. wikitext
  3049. win-error >= "1.0"
  3050. win-eventlog >= "0.3"
  3051. winsvc
  3052. wol
  3053. wol-eio
  3054. wol-mirage
  3055. ws
  3056. ws-server
  3057. wseg
  3058. wtf8 >= "1.0.2"
  3059. wtr
  3060. wtr-ppx
  3061. wu-manber-fuzzy-search
  3062. x509
  3063. x86_64-esperanto >= "0.0.6"
  3064. xapi-backtrace
  3065. xapi-inventory
  3066. xapi-rrd
  3067. xapi-stdext-date
  3068. xapi-stdext-encodings
  3069. xapi-stdext-pervasives
  3070. xapi-stdext-std
  3071. xapi-stdext-threads
  3072. xapi-stdext-unix
  3073. xapi-stdext-zerocheck
  3074. xcursor
  3075. xdg < "3.19.0"
  3076. xdg-basedir
  3077. xedbindings
  3078. xen-evtchn
  3079. xen-evtchn-unix
  3080. xen-gnt
  3081. xen-gnt-unix
  3082. xenstore
  3083. xenstore-tool
  3084. xenstore_transport >= "1.1.0"
  3085. xkbcommon
  3086. xlsx2csv
  3087. xmelly
  3088. xml-light >= "2.5"
  3089. xmldiff >= "0.7.0"
  3090. xmldiff_js
  3091. xmlplaylist >= "0.1.5"
  3092. xoshiro
  3093. xtmpl >= "0.19.0" & < "1.1.0"
  3094. xtmpl_js < "1.1.0"
  3095. xtmpl_ppx < "1.1.0"
  3096. yaml >= "1.0.0"
  3097. yaml-sexp
  3098. yara >= "0.2"
  3099. yocaml < "2.6.0"
  3100. yocaml_cmark
  3101. yocaml_cmarkit < "2.6.0"
  3102. yocaml_eio < "2.6.0"
  3103. yocaml_git < "2.6.0"
  3104. yocaml_jingoo < "2.6.0"
  3105. yocaml_markdown < "2.6.0"
  3106. yocaml_mustache < "2.6.0"
  3107. yocaml_omd < "2.6.0"
  3108. yocaml_otoml < "2.6.0"
  3109. yocaml_runtime < "2.6.0"
  3110. yocaml_syndication < "2.6.0"
  3111. yocaml_unix < "2.6.0"
  3112. yocaml_yaml < "2.6.0"
  3113. yojson >= "1.5.0"
  3114. yojson-bench
  3115. yojson-five
  3116. yosqlite
  3117. yultracer
  3118. yurt >= "0.6"
  3119. yuscii >= "0.2.1"
  3120. yuujinchou
  3121. zanuda
  3122. zar
  3123. zarith-ppx
  3124. zarith_stubs_js
  3125. zarr
  3126. zarr-eio
  3127. zarr-lwt
  3128. zarr-sync
  3129. zdd
  3130. zed >= "2.0.6"
  3131. zeit
  3132. zelus
  3133. zelus-gtk
  3134. zipperposition
  3135. zipperposition-tools
  3136. zlib
  3137. zlist >= "0.4.0"
  3138. zmq >= "5.1.0"
  3139. zmq-async >= "5.1.0"
  3140. zmq-eio
  3141. zmq-lwt >= "5.1.0"
  3142. zstandard
  3143. zstd >= "0.3"
  3144. 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"