package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.20.2.tbz
sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549
sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff

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.

Published: 10 Sep 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release 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 (3)

  1. base-threads
  2. base-unix
  3. ocaml >= "4.08"

Dev Dependencies (16)

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

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "2.0.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"