package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.20.0.tbz
sha256=767999da81e528484139ecfe927288ffe521ac2467462a40d6a760ed789ba086
sha512=18f6a293cb5d4423a3bf69ce9559b40e7075e49b13c79166f2aacfa55cbc2609e20938bad889b43df0d5a3396ea034e405631d3757da6164c51be375e5751632

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: 20 Aug 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (3)

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

Dev Dependencies (16)

  1. melange with-dev-setup & >= "5.1.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & >= "0.35.0" & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. spawn with-dev-setup
  7. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  8. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  9. ocamlfind with-dev-setup & os != "win32"
  10. menhir with-dev-setup & os != "win32"
  11. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  12. js_of_ocaml-compiler with-dev-setup & >= "6.1.0" & os != "win32"
  13. js_of_ocaml with-dev-setup & >= "6.1.0" & os != "win32"
  14. csexp with-dev-setup & >= "1.3.0"
  15. cinaps with-dev-setup
  16. lwt with-dev-setup & os != "win32"

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

Conflicts (7)

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

Innovation. Community. Security.