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