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