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.

Published: 23 Jun 2025

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

Innovation. Community. Security.