package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.19.1.tbz
sha256=a10386f980cda9417d1465466bed50dd2aef9c93b9d06a0f7feeedb0a1541158
sha512=d1622939713133a1f28617229896298d6ef194c48a47d011e4b752490fc83893cc920a8395d7ac60bc384a6c9b233ebf0665f38f74f2774a983e9d3b241a7746

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