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. hurl
  1140. hvsock >= "2.0.0"
  1141. hxd
  1142. hyper
  1143. ISO3166
  1144. ISO8601 >= "0.2.6"
  1145. i3ipc
  1146. icalendar
  1147. idd
  1148. idds
  1149. imagelib
  1150. imguiml
  1151. incr_dom
  1152. incr_dom_interactive
  1153. incr_dom_keyboard
  1154. incr_dom_partial_render
  1155. incr_dom_sexp_form
  1156. incr_dom_widgets
  1157. incr_map
  1158. incr_select
  1159. incremental
  1160. indentation_buffer
  1161. index
  1162. index-bench
  1163. inferno >= "20190924"
  1164. influxdb
  1165. influxdb-async
  1166. influxdb-lwt
  1167. inotify >= "2.4"
  1168. inotify-eio
  1169. inquire
  1170. inquirer_oc
  1171. int_repr
  1172. integers >= "0.3.0"
  1173. integers_stubs_js
  1174. integration1d >= "0.5.1"
  1175. interface-prime
  1176. interface-prime-lwt
  1177. interval >= "1.5" & < "1.6"
  1178. interval-map
  1179. interval_base
  1180. interval_crlibm
  1181. interval_intel
  1182. io-page
  1183. io-page-unix
  1184. iomux
  1185. iostream
  1186. iostream-camlzip
  1187. ip2location
  1188. ip2locationio >= "1.0.1"
  1189. ip2proxy
  1190. ip2whois
  1191. ipaddr >= "2.9.0"
  1192. ipaddr-cstruct
  1193. ipaddr-sexp
  1194. irc-client >= "0.6.2"
  1195. irc-client-lwt >= "0.6.2"
  1196. irc-client-lwt-ssl
  1197. irc-client-tls >= "0.6.2"
  1198. irc-client-unix >= "0.6.2"
  1199. iri >= "0.6.0"
  1200. irmin
  1201. irmin-bench
  1202. irmin-chunk
  1203. irmin-cli
  1204. irmin-client
  1205. irmin-containers
  1206. irmin-fs
  1207. irmin-git
  1208. irmin-graphql
  1209. irmin-http
  1210. irmin-indexeddb
  1211. irmin-layers
  1212. irmin-mirage
  1213. irmin-mirage-git
  1214. irmin-mirage-graphql
  1215. irmin-pack
  1216. irmin-pack-tools
  1217. irmin-server
  1218. irmin-test
  1219. irmin-tezos
  1220. irmin-unix
  1221. irmin-watcher
  1222. iso639
  1223. iter >= "1.4"
  1224. itv-tree >= "2.2"
  1225. jane-street-headers >= "v0.12.0"
  1226. jane_rope
  1227. janestreet_cpuid
  1228. janestreet_csv
  1229. janestreet_lru_cache
  1230. jasmin >= "2023.06.0"
  1231. jekyll-format >= "0.2.0"
  1232. jemalloc >= "0.2"
  1233. jext
  1234. jhupllib >= "0.2.1"
  1235. jingoo >= "1.3.0"
  1236. jose
  1237. js_of_ocaml
  1238. js_of_ocaml-compiler
  1239. js_of_ocaml-lwt
  1240. js_of_ocaml-ocamlbuild >= "3.5.0"
  1241. js_of_ocaml-ppx
  1242. js_of_ocaml-ppx_deriving_json
  1243. js_of_ocaml-toplevel
  1244. js_of_ocaml-tyxml
  1245. js_of_ocaml-webgpu
  1246. js_of_ocaml-webidl
  1247. js_of_ocaml_patches
  1248. json-data-encoding
  1249. json-data-encoding-browser
  1250. json-data-encoding-bson
  1251. json_decoder
  1252. jsonaf
  1253. jsonoo
  1254. jsonrpc
  1255. jsonschema
  1256. jsonschema2atd
  1257. jsonxt
  1258. jsoo-react
  1259. jsoo_broadcastchannel
  1260. jsoo_storage
  1261. jst-config
  1262. junit >= "2.0.1"
  1263. junit_alcotest >= "2.0.1"
  1264. junit_ounit >= "2.0.1"
  1265. jupyter
  1266. jupyter-archimedes
  1267. jupyter-kernel
  1268. jwto
  1269. kafka >= "0.5"
  1270. kafka_async
  1271. kafka_lwt
  1272. kappa-agents
  1273. kappa-binaries
  1274. kappa-library
  1275. kappa-server
  1276. kaun
  1277. kcas
  1278. kcas_data
  1279. kdf
  1280. kdl
  1281. ke
  1282. key-parsers >= "0.10.1"
  1283. kicadsch >= "0.4.0"
  1284. kind2
  1285. kinetic-client >= "0.0.11"
  1286. kittyimg
  1287. kkmarkdown
  1288. kmt
  1289. knights_tour
  1290. kqueue
  1291. krb
  1292. kuznechik
  1293. lab
  1294. lablgtk3 >= "3.0.beta4"
  1295. lablgtk3-extras >= "3.0.1"
  1296. lablgtk3-goocanvas2
  1297. lablgtk3-gtkspell3
  1298. lablgtk3-rsvg2
  1299. lablgtk3-sourceview3
  1300. lablqml
  1301. labrys
  1302. lacaml >= "11.0.2"
  1303. ladspa >= "0.2.0"
  1304. lambda
  1305. lambda-runtime
  1306. lambda-term >= "2.0"
  1307. lambda_streams
  1308. lambda_streams_async
  1309. lambda_streams_lwt
  1310. lambdapi
  1311. lambdasoup >= "0.6.4"
  1312. lame >= "0.3.4"
  1313. landmarks >= "1.4"
  1314. landmarks-ppx
  1315. lascar >= "0.6-alpha"
  1316. lastfm >= "0.3.3"
  1317. launchd >= "1.3"
  1318. lazy-trie
  1319. lbfgs >= "0.9.1"
  1320. lbvs_consent >= "2.1.0"
  1321. ldap >= "2.4.1"
  1322. ldp
  1323. ldp_curl
  1324. ldp_js
  1325. ldp_tls
  1326. leaflet
  1327. learn-ocaml
  1328. learn-ocaml-client
  1329. leaves
  1330. ledes
  1331. ledgerwallet
  1332. ledgerwallet-tezos
  1333. legacy_diffable
  1334. lens >= "1.2.3"
  1335. letsencrypt
  1336. letsencrypt-app
  1337. letsencrypt-dns
  1338. letsencrypt-mirage
  1339. letters
  1340. leveldb >= "1.3.0"
  1341. lib_parsing
  1342. libabsolute
  1343. libbinaryen < "105.1.0" | >= "107.0.1"
  1344. libbpf
  1345. libbpf_maps
  1346. libc
  1347. libirmin
  1348. libsail
  1349. libsvm >= "0.10.0"
  1350. libzipperposition
  1351. lilac
  1352. lilv
  1353. line-up-words
  1354. line_oriented
  1355. linenoise >= "1.2.0"
  1356. links
  1357. links-mysql
  1358. links-postgresql
  1359. links-sqlite3
  1360. linol
  1361. linol-eio
  1362. linol-lwt
  1363. lintcstubs
  1364. lintcstubs-arity
  1365. lintcstubs-gen
  1366. linwrap
  1367. liquid_interpreter
  1368. liquid_ml
  1369. liquid_parser
  1370. liquid_std
  1371. liquid_syntax
  1372. liquidsoap >= "2.3.3"
  1373. liquidsoap-core
  1374. liquidsoap-js
  1375. liquidsoap-lang
  1376. liquidsoap-libs
  1377. liquidsoap-libs-extra
  1378. liquidsoap-mode
  1379. little_logger
  1380. llama
  1381. llama-cpp-ocaml
  1382. llama_core
  1383. llama_interactive
  1384. llama_midi
  1385. llhttp
  1386. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1387. lmdb >= "1.0"
  1388. lo >= "0.2.0"
  1389. loc
  1390. lockfree
  1391. loga
  1392. logical
  1393. logs-async
  1394. logs-async-reporter
  1395. logs-ppx
  1396. logs-syslog
  1397. logtk
  1398. loop
  1399. lp
  1400. lp-glpk
  1401. lp-glpk-js
  1402. lp-gurobi
  1403. lp-highs
  1404. lpd
  1405. lreplay
  1406. lru >= "0.3.0"
  1407. lru_cache
  1408. lsp
  1409. lt-code
  1410. lua-ml >= "0.9.3"
  1411. lua_parser
  1412. lucid
  1413. lun
  1414. lustre-v6 >= "6.103.3"
  1415. lutils >= "1.51.2"
  1416. lutin >= "2.71.10"
  1417. luv
  1418. luv_unix
  1419. lwd
  1420. lwt
  1421. lwt-canceler >= "0.2"
  1422. lwt-dllist
  1423. lwt-exit
  1424. lwt-parallel
  1425. lwt-watcher >= "0.2"
  1426. lwt_direct
  1427. lwt_domain
  1428. lwt_eio
  1429. lwt_glib >= "1.1.1"
  1430. lwt_log >= "1.1.1"
  1431. lwt_ppx >= "1.2.2"
  1432. lwt_react >= "1.1.2"
  1433. lwt_retry
  1434. lwt_ssl >= "1.1.3"
  1435. lz4 >= "1.2.0"
  1436. lz4_chans >= "3.0.1"
  1437. lzo >= "0.0.3"
  1438. MlFront_Cache
  1439. MlFront_Cli
  1440. MlFront_Config
  1441. MlFront_Core
  1442. MlFront_Errors
  1443. MlFront_Logs
  1444. MlFront_Manip
  1445. MlFront_Signify
  1446. MlFront_ZipFile
  1447. m_tree
  1448. macaddr
  1449. macaddr-cstruct
  1450. macaddr-sexp
  1451. mad >= "0.5.0"
  1452. magic-mime >= "1.1.2"
  1453. magic-trace
  1454. make-random
  1455. malfunction
  1456. man_in_the_middle_debugger
  1457. mariadb >= "1.2.0"
  1458. markdown
  1459. markup >= "0.8.0"
  1460. markup-lwt
  1461. mastodon-archive-viewer >= "0.2"
  1462. matita
  1463. matplotlib
  1464. mazeppa
  1465. mbr-format
  1466. mc2
  1467. mccs >= "1.1+10"
  1468. md2mld
  1469. mdx != "1.7.0"
  1470. mec
  1471. mechaml
  1472. mehari
  1473. mehari-eio
  1474. mehari-eio-unix
  1475. mehari-lwt-unix
  1476. mehari-mirage
  1477. mel
  1478. mel-bastet
  1479. melange
  1480. melange-atdgen-codec-runtime
  1481. melange-compiler-libs
  1482. melange-fest
  1483. melange-fetch
  1484. melange-jest
  1485. melange-json
  1486. melange-json-native
  1487. melange-moment
  1488. melange-numeral
  1489. melange-radix-icons
  1490. melange-react-dates
  1491. melange-react-query
  1492. melange-recharts
  1493. melange-testing-library
  1494. melange-webapi
  1495. meldep
  1496. mem_usage
  1497. memcad
  1498. memfd
  1499. memgraph
  1500. memgraph_kitty
  1501. memo
  1502. memprof-limits
  1503. memtrace
  1504. memtrace-mirage
  1505. memtrace_viewer
  1506. menhir >= "20200123"
  1507. menhirCST
  1508. menhirLib
  1509. menhirSdk
  1510. merge-fmt
  1511. merlin
  1512. merlin-extend
  1513. merlin-lib
  1514. mesh >= "0.9.5"
  1515. mesh-easymesh >= "0.9.5"
  1516. mesh-graphics >= "0.9.5"
  1517. mesh-triangle >= "0.9.5"
  1518. metadata
  1519. metadb
  1520. metal
  1521. metapp
  1522. metaquot
  1523. metrics
  1524. metrics-influx
  1525. metrics-lwt
  1526. metrics-rusage
  1527. metrics-unix
  1528. mew
  1529. mew_vi
  1530. middleware
  1531. mimic
  1532. mimic-happy-eyeballs
  1533. mindstorm >= "0.8"
  1534. mindstorm-lwt
  1535. minicaml
  1536. minicli >= "5.0.2"
  1537. minisat >= "0.3"
  1538. minttea
  1539. miou
  1540. mirage >= "4.0.0"
  1541. mirage-block
  1542. mirage-block-ccm
  1543. mirage-block-combinators
  1544. mirage-block-lwt
  1545. mirage-block-partition
  1546. mirage-block-ramdisk
  1547. mirage-block-solo5
  1548. mirage-block-unikraft
  1549. mirage-block-unix
  1550. mirage-block-xen
  1551. mirage-bootvar
  1552. mirage-channel >= "3.2.0"
  1553. mirage-channel-lwt
  1554. mirage-clock
  1555. mirage-clock-lwt
  1556. mirage-clock-unix
  1557. mirage-conduit
  1558. mirage-console
  1559. mirage-console-lwt
  1560. mirage-crypto
  1561. mirage-crypto-ec
  1562. mirage-crypto-pk
  1563. mirage-crypto-rng
  1564. mirage-crypto-rng-async
  1565. mirage-crypto-rng-eio
  1566. mirage-crypto-rng-lwt
  1567. mirage-crypto-rng-miou-unix
  1568. mirage-crypto-rng-mirage
  1569. mirage-device
  1570. mirage-dns
  1571. mirage-flow
  1572. mirage-flow-combinators
  1573. mirage-flow-lwt
  1574. mirage-flow-unix
  1575. mirage-fs
  1576. mirage-fs-lwt
  1577. mirage-kv >= "2.0.0"
  1578. mirage-kv-lwt >= "2.0.0"
  1579. mirage-kv-mem
  1580. mirage-kv-unix
  1581. mirage-logs
  1582. mirage-monitoring
  1583. mirage-mtime
  1584. mirage-nat
  1585. mirage-net
  1586. mirage-net-lwt
  1587. mirage-net-macosx >= "1.5.0"
  1588. mirage-net-solo5
  1589. mirage-net-unikraft
  1590. mirage-net-unix
  1591. mirage-net-xen
  1592. mirage-profile
  1593. mirage-protocols
  1594. mirage-protocols-lwt
  1595. mirage-ptime
  1596. mirage-qubes
  1597. mirage-qubes-ipv4
  1598. mirage-random
  1599. mirage-runtime
  1600. mirage-sleep
  1601. mirage-solo5
  1602. mirage-stack
  1603. mirage-stack-lwt
  1604. mirage-time
  1605. mirage-time-lwt
  1606. mirage-time-unix
  1607. mirage-types >= "3.6.0"
  1608. mirage-types-lwt >= "3.6.0"
  1609. mirage-unikraft
  1610. mirage-unix
  1611. mirage-vnetif
  1612. mirage-xen
  1613. mjson
  1614. mkaudio >= "1.1.0"
  1615. mkocaml
  1616. mlbdd >= "0.7.2"
  1617. mlfenv
  1618. mlgpx
  1619. mlmpfr >= "4.0.2+dune"
  1620. mlpost
  1621. mlpost-lablgtk
  1622. mlt_parser
  1623. mlx
  1624. mm >= "0.7.0"
  1625. mmap
  1626. mmdb
  1627. mmo
  1628. mnd
  1629. mock >= "0.1.1"
  1630. mock-ounit >= "0.1.1"
  1631. module-graph
  1632. molenc >= "5.0.0"
  1633. monaco_jsoo
  1634. monolith
  1635. monomorphic >= "2.0"
  1636. monorobot
  1637. moonpool
  1638. moonpool-io
  1639. moonpool-lwt
  1640. mopsa
  1641. morbig >= "0.10.3"
  1642. morsmall
  1643. moss >= "0.1.1"
  1644. mparser >= "1.3"
  1645. mparser-pcre
  1646. mparser-re
  1647. mperf
  1648. mpg123
  1649. mpp >= "0.3.4"
  1650. mpris
  1651. mpris-clients
  1652. mqtt
  1653. mrmime
  1654. msat >= "0.8"
  1655. msat-bin
  1656. msgpck >= "1.5"
  1657. msgpck-repr
  1658. mssql
  1659. mugen
  1660. mula
  1661. multibase
  1662. multicodec
  1663. multicont >= "1.0.1"
  1664. multicore-bench
  1665. multicore-magic
  1666. multicore-magic-dscheck
  1667. multihash
  1668. multihash-digestif
  1669. multipart-form-data >= "0.3.0"
  1670. multipart_form
  1671. multipart_form-cohttp-lwt
  1672. multipart_form-eio
  1673. multipart_form-lwt
  1674. multipart_form-miou
  1675. murmur3 >= "0.3"
  1676. mustache >= "3.1.0"
  1677. mustache-cli
  1678. mutaml
  1679. mutf8
  1680. mwt
  1681. mybuild >= "7"
  1682. mysql8
  1683. mysql_protocol
  1684. n_ary
  1685. naboris
  1686. nacc
  1687. nanoev
  1688. nanoev-picos
  1689. nanoev-posix
  1690. nanoev_tiny_httpd
  1691. nanoid
  1692. nanosvg
  1693. nanosvg_text
  1694. nbd >= "4.0.3"
  1695. nbd-tool
  1696. nbd-unix
  1697. netkat
  1698. netlink >= "0.3.4"
  1699. netsnmp
  1700. neural_nets_lib
  1701. nice_parser
  1702. ninja_utils
  1703. niru
  1704. nloge
  1705. nlopt
  1706. nmea
  1707. noCanren >= "0.3.0~alpha1"
  1708. nocoiner
  1709. node_of_ocaml
  1710. noise
  1711. nomad
  1712. non_empty_list
  1713. nottui
  1714. nottui-lwt
  1715. nottui-pretty
  1716. nottui-unix
  1717. notty >= "0.2.3"
  1718. notty_async >= "v0.12.0"
  1719. np
  1720. npy >= "0.0.9"
  1721. nsq
  1722. numeric_string
  1723. nuscr
  1724. nx
  1725. nx-datasets
  1726. nx-text
  1727. OCADml
  1728. OCanren
  1729. OCanren-ppx
  1730. OSCADml
  1731. obatcher
  1732. obeam
  1733. obelisk >= "0.5.0"
  1734. obuilder
  1735. obuilder-spec
  1736. obus >= "1.2.0"
  1737. ocal >= "0.2.2"
  1738. ocaml-canvas
  1739. ocaml-compiler-libs >= "v0.12.0"
  1740. ocaml-embed-file
  1741. ocaml-in-python
  1742. ocaml-index
  1743. ocaml-lsp-server
  1744. ocaml-lua
  1745. ocaml-migrate-parsetree
  1746. ocaml-migrate-parsetree-ocamlbuild
  1747. ocaml-monadic >= "0.4.1"
  1748. ocaml-print-intf
  1749. ocaml-probes
  1750. ocaml-protoc >= "2.0.1"
  1751. ocaml-protoc-plugin
  1752. ocaml-r >= "0.1.1"
  1753. ocaml-sat-solvers >= "0.8"
  1754. ocaml-syntax-shims
  1755. ocaml-systemd >= "1.3"
  1756. ocaml-top >= "1.2.0"
  1757. ocaml-vdom < "transition"
  1758. ocaml-version >= "3.5.0"
  1759. ocaml_db_model
  1760. ocaml_intrinsics
  1761. ocaml_intrinsics_kernel
  1762. ocaml_openapi_generator
  1763. ocaml_pgsql_model
  1764. ocaml_plugin
  1765. ocamlapi
  1766. ocamlapi_async
  1767. ocamlapi_lwt_unix
  1768. ocamlapi_ppx
  1769. ocamlc-loc
  1770. ocamlcodoc
  1771. ocamldiff >= "1.2"
  1772. ocamlformat >= "0.24.1"
  1773. ocamlformat-lib
  1774. ocamlformat-mlx
  1775. ocamlformat-mlx-lib
  1776. ocamlformat-rpc < "removed"
  1777. ocamlformat-rpc-lib
  1778. ocamlfuse
  1779. ocamlgraph >= "2.0.0"
  1780. ocamlgraph_gtk
  1781. ocamlify >= "0.1.0"
  1782. ocamline
  1783. ocamlmerlin-mlx
  1784. ocamlmig
  1785. ocamlmod >= "0.1.1"
  1786. ocamlog
  1787. ocamlregextkit
  1788. ocannl_npy
  1789. ocb
  1790. ocf >= "0.8.0"
  1791. ocf_ppx
  1792. ockt
  1793. ocluster != "0.2"
  1794. ocluster-api
  1795. ocluster-worker
  1796. ocolor
  1797. ocp-browser >= "1.1.9"
  1798. ocp-indent >= "1.7.0"
  1799. ocp-indent-nlfork
  1800. ocp-index >= "1.1.9"
  1801. ocp-search
  1802. ocp_reveal
  1803. ocplib-endian >= "1.1"
  1804. ocplib-json-typed-browser
  1805. ocplib-json-typed-bson
  1806. ocplib-simplex >= "0.5"
  1807. ocplib_stuff >= "0.4.0"
  1808. ocsigen-i18n >= "4.0.0"
  1809. ocsigen-ppx-rpc
  1810. ocsigenserver >= "4.0.1"
  1811. ocsipersist
  1812. ocsipersist-dbm
  1813. ocsipersist-dbm-config
  1814. ocsipersist-lib
  1815. ocsipersist-pgsql
  1816. ocsipersist-pgsql-config
  1817. ocsipersist-sqlite
  1818. ocsipersist-sqlite-config
  1819. octavius >= "1.2.2"
  1820. octez-accuser-Proxford >= "19.0"
  1821. octez-accuser-PsParisC
  1822. octez-accuser-PtLimaPt
  1823. octez-accuser-PtMumbai
  1824. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1825. octez-accuser-PtParisB
  1826. octez-alcotezt >= "19.0"
  1827. octez-baker-Proxford >= "19.0"
  1828. octez-baker-PsParisC
  1829. octez-baker-PtLimaPt
  1830. octez-baker-PtMumbai
  1831. octez-baker-PtNairob < "18.0" | >= "19.0"
  1832. octez-baker-PtParisB
  1833. octez-client < "18.0" | >= "19.0"
  1834. octez-codec < "18.0" | >= "19.0"
  1835. octez-crawler < "18.0" | >= "19.0"
  1836. octez-dac-client >= "19.0"
  1837. octez-dac-node >= "19.0"
  1838. octez-dal-node
  1839. octez-distributed-internal >= "19.0"
  1840. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1841. octez-injector < "18.0" | >= "19.0"
  1842. octez-internal-libs
  1843. octez-l2-libs >= "19.0"
  1844. octez-libs >= "19.0"
  1845. octez-node < "18.0" | >= "19.0"
  1846. octez-node-config < "18.0" | >= "19.0"
  1847. octez-plompiler
  1848. octez-plonk
  1849. octez-proto-libs >= "19.0"
  1850. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1851. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1852. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1853. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1854. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1855. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1856. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1857. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1858. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1859. octez-protocol-009-PsFLoren-libs >= "19.0"
  1860. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1861. octez-protocol-011-PtHangz2-libs >= "19.0"
  1862. octez-protocol-012-Psithaca-libs >= "19.0"
  1863. octez-protocol-013-PtJakart-libs >= "19.0"
  1864. octez-protocol-014-PtKathma-libs >= "19.0"
  1865. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1866. octez-protocol-016-PtMumbai-libs >= "19.0"
  1867. octez-protocol-017-PtNairob-libs >= "19.0"
  1868. octez-protocol-018-Proxford-libs >= "19.0"
  1869. octez-protocol-019-PtParisB-libs
  1870. octez-protocol-020-PsParisC-libs
  1871. octez-protocol-alpha-libs >= "19.0"
  1872. octez-protocol-compiler < "18.0" | >= "19.0"
  1873. octez-proxy-server < "18.0" | >= "19.0"
  1874. octez-rpc-process
  1875. octez-shell-libs >= "19.0"
  1876. octez-signer < "18.0" | >= "19.0"
  1877. octez-smart-rollup-client-PtMumbai
  1878. octez-smart-rollup-client-PtNairob < "18.0"
  1879. octez-smart-rollup-node != "18.1"
  1880. octez-smart-rollup-node-alpha >= "19.0"
  1881. octez-smart-rollup-node-lib >= "19.0"
  1882. octez-smart-rollup-node-Proxford >= "19.0"
  1883. octez-smart-rollup-node-PsParisC
  1884. octez-smart-rollup-node-PtMumbai
  1885. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1886. octez-smart-rollup-node-PtParisB
  1887. octez-smart-rollup-wasm-benchmark-lib
  1888. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1889. octez-smart-rollup-wasm-debugger-lib
  1890. octez-smart-rollup-wasm-debugger-plugin
  1891. octez-tx-rollup-client-PtLimaPt
  1892. octez-tx-rollup-node-PtLimaPt
  1893. octez-version >= "19.0"
  1894. odash
  1895. odate
  1896. odds >= "1.1"
  1897. odep
  1898. odepack >= "0.6.9"
  1899. odnnr
  1900. odoc
  1901. odoc-driver
  1902. odoc-md
  1903. odoc-parser
  1904. oepub
  1905. of_json
  1906. offheap
  1907. oframl
  1908. ogg >= "1.0.0"
  1909. ohex
  1910. oidc
  1911. ojo
  1912. ojs
  1913. ojs_base
  1914. ojs_base_all
  1915. ojs_base_ppx
  1916. ojs_ed
  1917. ojs_filetree
  1918. ojs_list
  1919. olinq >= "0.3"
  1920. oma
  1921. omd >= "1.3.2"
  1922. ometrics
  1923. omg
  1924. omigrate
  1925. omlr >= "1.0.3"
  1926. omtl
  1927. oneffs
  1928. oniguruma
  1929. ooh
  1930. opam-0install
  1931. opam-0install-cudf
  1932. opam-bin >= "1.0.0"
  1933. opam-build
  1934. opam-check-npm-deps
  1935. opam-ci-check-lint
  1936. opam-client >= "2.0.2"
  1937. opam-compiler
  1938. opam-core >= "2.0.2"
  1939. opam-custom-install
  1940. opam-devel >= "2.0.2"
  1941. opam-dune-lint >= "0.3"
  1942. opam-ed >= "0.4"
  1943. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0~alpha1"
  1944. opam-format >= "2.0.2"
  1945. opam-graph
  1946. opam-grep >= "0.2.0"
  1947. opam-installer >= "2.0.2"
  1948. opam-monorepo
  1949. opam-package-upgrade >= "0.2"
  1950. opam-publish >= "2.0.2"
  1951. opam-repository >= "2.0.2"
  1952. opam-solver >= "2.0.2"
  1953. opam-spin
  1954. opam-state >= "2.0.2"
  1955. opam-test
  1956. opam_bin_lib != "0.9.5"
  1957. opasswd
  1958. opazl
  1959. openai
  1960. openai-gym
  1961. openapi
  1962. openapi-opium
  1963. openapi_router
  1964. openbsd
  1965. opencc0
  1966. opencc1
  1967. opencc1_1
  1968. openQASM
  1969. openstellina
  1970. opentelemetry
  1971. opentelemetry-client-cohttp-lwt
  1972. opentelemetry-client-ocurl
  1973. opentelemetry-cohttp-lwt
  1974. opentelemetry-lwt
  1975. opine
  1976. opium
  1977. opium-graphql
  1978. opium-testing
  1979. opium_kernel >= "0.17.0"
  1980. oplot
  1981. oplsr
  1982. opomodoro
  1983. opsian
  1984. optal
  1985. opti
  1986. optimization1d >= "0.6.1"
  1987. optiml-transport
  1988. optint
  1989. opus
  1990. oraft
  1991. oranger >= "2.0.1"
  1992. orb
  1993. order-i3-xfce
  1994. ordering
  1995. ordinal
  1996. ordinal_abbreviation
  1997. ordma >= "0.0.5"
  1998. orec >= "1.0.1"
  1999. orewa
  2000. orf
  2001. orgeat
  2002. orpie
  2003. orrandomForest
  2004. orsvm_e1071 >= "4.0.0"
  2005. ortac-core
  2006. ortac-dune
  2007. ortac-qcheck-stm
  2008. ortac-runtime
  2009. ortac-runtime-qcheck-stm
  2010. ortac-wrapper
  2011. orthologic-coq
  2012. orxgboost >= "1.1.0"
  2013. osc >= "0.2.0"
  2014. osc-lwt
  2015. osc-unix
  2016. osdp >= "1.1.1"
  2017. oseq >= "0.2"
  2018. osh
  2019. oskel
  2020. osnap
  2021. ostap >= "0.6"
  2022. osx-secure-transport
  2023. otaglibc
  2024. otf
  2025. otoggl
  2026. otoml
  2027. otr
  2028. ounit = "2.1.2"
  2029. ounit-lwt < "2.2.0"
  2030. ounit2
  2031. ounit2-lwt
  2032. override
  2033. owee
  2034. owi
  2035. owl >= "0.4.0"
  2036. owl-base >= "0.4.0"
  2037. owl-jupyter
  2038. owl-ode
  2039. owl-ode-base
  2040. owl-ode-odepack
  2041. owl-ode-sundials
  2042. owl-opt
  2043. owl-opt-lbfgs
  2044. owl-plplot
  2045. owl-symbolic
  2046. owl-top >= "0.4.0"
  2047. owl-zoo >= "0.4.0"
  2048. owork
  2049. ozulip
  2050. p4pp
  2051. p5scm
  2052. packstream
  2053. pacomb
  2054. paf
  2055. paf-cohttp
  2056. pageantty
  2057. pam
  2058. pancake
  2059. pandoc
  2060. pandoc-abbreviations
  2061. pandoc-comment
  2062. pandoc-crossref
  2063. pandoc-include
  2064. pandoc-inspect
  2065. pandoc-pdf2png
  2066. pandoc-replace
  2067. papi >= "0.1.1"
  2068. par_incr
  2069. parany >= "9.0.0"
  2070. pardi >= "2.0.2"
  2071. pari
  2072. pari-bindings
  2073. parmap >= "1.1.1"
  2074. parsexp >= "v0.12.0"
  2075. parsexp_io
  2076. parsite
  2077. parsley
  2078. passage
  2079. patch
  2080. patdiff >= "v0.12.1"
  2081. path_glob
  2082. patience_diff
  2083. patricia-tree
  2084. pattern
  2085. pb
  2086. pb-plugin
  2087. pbkdf
  2088. pbrt
  2089. pbrt_services
  2090. pbrt_yojson
  2091. pcap-format >= "0.5.2"
  2092. pcre >= "7.3.5"
  2093. pcre2
  2094. pds-reachability >= "0.2.2"
  2095. pecu >= "0.2"
  2096. petr4
  2097. petrol
  2098. pf-qubes
  2099. pg_query
  2100. pgocaml >= "4.0"
  2101. pgocaml_ppx
  2102. pgx >= "1.0"
  2103. pgx_async >= "1.0"
  2104. pgx_lwt >= "1.0"
  2105. pgx_lwt_mirage
  2106. pgx_lwt_unix
  2107. pgx_unix >= "1.0"
  2108. pgx_value_core
  2109. pgx_value_ptime
  2110. phantom-algebra >= "1.0.1"
  2111. phonetic
  2112. phylogenetics
  2113. piaf
  2114. picasso
  2115. picos
  2116. picos_aux
  2117. picos_io
  2118. picos_io_cohttp
  2119. picos_lwt
  2120. picos_meta
  2121. picos_mux
  2122. picos_std
  2123. piece_rope
  2124. piqi >= "0.7.8"
  2125. piqilib >= "0.6.16"
  2126. pixel_pusher
  2127. pkcs11 >= "0.18.0"
  2128. pkcs11-cli
  2129. pkcs11-driver
  2130. pkcs11-rev
  2131. pla >= "1.3"
  2132. plateau
  2133. plato
  2134. plebeia
  2135. plist-xml
  2136. plist-xml-lwt
  2137. plotkicadsch
  2138. plotly
  2139. plplot >= "5.11.0-1"
  2140. polars
  2141. polars_async
  2142. polka
  2143. poll
  2144. polling_state_rpc
  2145. polly
  2146. polynomial
  2147. pomap
  2148. popper
  2149. portaudio >= "0.2.2"
  2150. portaudio_c_bindings
  2151. portmidi
  2152. posix-base
  2153. posix-bindings
  2154. posix-getopt >= "2.0.0"
  2155. posix-math2
  2156. posix-signal
  2157. posix-socket
  2158. posix-socket-unix
  2159. posix-time2
  2160. posix-types >= "2.0.0"
  2161. posix-uname
  2162. posixat
  2163. postgres_async
  2164. postgresql >= "4.4.1"
  2165. pp
  2166. pp-binary-ints
  2167. pp_loc
  2168. pplumbing
  2169. pprint >= "20200226"
  2170. ppx-owl-opt
  2171. ppx_accessor
  2172. ppx_assert
  2173. ppx_bap
  2174. ppx_base
  2175. ppx_bench
  2176. ppx_bin_prot
  2177. ppx_bitstring
  2178. ppx_blob >= "0.6.0"
  2179. ppx_camlrack
  2180. ppx_catch
  2181. ppx_cold
  2182. ppx_compare
  2183. ppx_compose >= "0.1.0"
  2184. ppx_const >= "2.0"
  2185. ppx_conv_func
  2186. ppx_counters
  2187. ppx_css
  2188. ppx_cstruct
  2189. ppx_cstubs
  2190. ppx_csv_conv
  2191. ppx_custom_printf
  2192. ppx_decimal
  2193. ppx_default
  2194. ppx_defer >= "0.4.0"
  2195. ppx_demo
  2196. ppx_derive_at_runtime
  2197. ppx_derivers >= "1.2.1"
  2198. ppx_deriving >= "4.5-1"
  2199. ppx_deriving_cad
  2200. ppx_deriving_cmdliner >= "0.5.1"
  2201. ppx_deriving_decoders
  2202. ppx_deriving_encoding
  2203. ppx_deriving_ezjsonm
  2204. ppx_deriving_hardcaml
  2205. ppx_deriving_hash
  2206. ppx_deriving_json_schema
  2207. ppx_deriving_jsonschema
  2208. ppx_deriving_jsoo
  2209. ppx_deriving_madcast >= "0.2"
  2210. ppx_deriving_popper
  2211. ppx_deriving_protobuf
  2212. ppx_deriving_qcheck
  2213. ppx_deriving_rpc
  2214. ppx_deriving_scad
  2215. ppx_deriving_variant_string
  2216. ppx_deriving_yaml
  2217. ppx_deriving_yojson
  2218. ppx_diff
  2219. ppx_disable_unused_warnings
  2220. ppx_distr_guards >= "0.2"
  2221. ppx_dream_eml
  2222. ppx_embed_file
  2223. ppx_enumerate
  2224. ppx_expect
  2225. ppx_expect_nobase
  2226. ppx_factory
  2227. ppx_fail
  2228. ppx_fields_conv
  2229. ppx_fixed_literal
  2230. ppx_fun
  2231. ppx_gen_rec >= "1.1.0"
  2232. ppx_getenv >= "2.0"
  2233. ppx_globalize
  2234. ppx_hardcaml
  2235. ppx_hash
  2236. ppx_here
  2237. ppx_ignore_instrumentation
  2238. ppx_import
  2239. ppx_inline_alcotest
  2240. ppx_inline_test
  2241. ppx_inline_test_nobase
  2242. ppx_interact
  2243. ppx_irmin
  2244. ppx_jane
  2245. ppx_js_style
  2246. ppx_jsobject_conv
  2247. ppx_jsonaf_conv
  2248. ppx_let
  2249. ppx_log
  2250. ppx_lun
  2251. ppx_make
  2252. ppx_map
  2253. ppx_marshal
  2254. ppx_marshal_ext
  2255. ppx_matches
  2256. ppx_meta_conv
  2257. ppx_mica
  2258. ppx_minidebug
  2259. ppx_module_timer
  2260. ppx_monad
  2261. ppx_monoid >= "0.3.2"
  2262. ppx_mysql
  2263. ppx_mysql_identity
  2264. ppx_open
  2265. ppx_optcomp
  2266. ppx_optint
  2267. ppx_optional
  2268. ppx_parser
  2269. ppx_partial
  2270. ppx_pattern_bind
  2271. ppx_pbt
  2272. ppx_pipebang >= "v0.12.0"
  2273. ppx_protocol_conv
  2274. ppx_protocol_conv_json
  2275. ppx_protocol_conv_jsonm
  2276. ppx_protocol_conv_msgpack
  2277. ppx_protocol_conv_xml_light
  2278. ppx_protocol_conv_xmlm
  2279. ppx_protocol_conv_yaml
  2280. ppx_pyformat
  2281. ppx_python
  2282. ppx_quick_test
  2283. ppx_rapper
  2284. ppx_rapper_async
  2285. ppx_rapper_lwt
  2286. ppx_regexp >= "0.4.0"
  2287. ppx_repr
  2288. ppx_seq
  2289. ppx_sexp_conv
  2290. ppx_sexp_message
  2291. ppx_sexp_value
  2292. ppx_show
  2293. ppx_stable
  2294. ppx_stable_witness
  2295. ppx_string
  2296. ppx_string_conv
  2297. ppx_string_interpolation
  2298. ppx_subliner
  2299. ppx_system
  2300. ppx_test
  2301. ppx_there
  2302. ppx_tools >= "6.0+4.08.0"
  2303. ppx_tools_versioned
  2304. ppx_trace
  2305. ppx_ts
  2306. ppx_tydi
  2307. ppx_type_directed_value
  2308. ppx_typed_fields
  2309. ppx_typerep_conv
  2310. ppx_tyre
  2311. ppx_units
  2312. ppx_unreachable
  2313. ppx_update
  2314. ppx_variants_conv
  2315. ppx_viewpattern
  2316. ppx_wideopen
  2317. ppx_xml_conv
  2318. ppx_yojson
  2319. ppx_yojson_conv
  2320. ppx_yojson_conv_lib
  2321. ppxfind >= "1.3"
  2322. ppxlib
  2323. ppxlib-tools
  2324. ppxlib_jane
  2325. ppxx
  2326. pratter
  2327. prbnmcn-basic-structures
  2328. prbnmcn-cgrph
  2329. prbnmcn-clustering
  2330. prbnmcn-dagger
  2331. prbnmcn-dagger-gsl
  2332. prbnmcn-dagger-stats
  2333. prbnmcn-dagger-test
  2334. prbnmcn-gnuplot
  2335. prbnmcn-linalg
  2336. prbnmcn-mcts
  2337. prbnmcn-proptest
  2338. prbnmcn-stats
  2339. prbnmcn-ucb1
  2340. prc
  2341. preface
  2342. prelude
  2343. pretty_expressive
  2344. prettym
  2345. print-table
  2346. printbox >= "0.3"
  2347. printbox-ext-plot
  2348. printbox-html
  2349. printbox-md
  2350. printbox-text >= "0.6.1"
  2351. proc-smaps
  2352. process_limits
  2353. processor
  2354. producer
  2355. prof_spacetime
  2356. profiling
  2357. profunctor
  2358. progress
  2359. prom
  2360. prometheus >= "0.6"
  2361. prometheus-app >= "0.6"
  2362. prometheus-liquidsoap >= "2"
  2363. promise
  2364. promise_jsoo
  2365. promise_jsoo_lwt
  2366. protocell
  2367. protocol-9p >= "1.0.0"
  2368. protocol-9p-tool >= "1.0.0"
  2369. protocol-9p-unix >= "1.0.0"
  2370. protocol_version_header
  2371. provider
  2372. prr
  2373. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2374. psq >= "0.1.1"
  2375. ptmap >= "2.0.5"
  2376. ptset
  2377. pulseaudio >= "0.1.4"
  2378. pure-html
  2379. pure-splitmix >= "0.3"
  2380. pvec
  2381. py >= "1.1"
  2382. pyast
  2383. pyml >= "20210924"
  2384. pyml_bindgen >= "0.3.0"
  2385. pyre-ast
  2386. pythonlib
  2387. qbf >= "0.3"
  2388. qcheck >= "0.13"
  2389. qcheck-alcotest
  2390. qcheck-core
  2391. qcheck-lin
  2392. qcheck-multicoretests-util
  2393. qcheck-ounit
  2394. qcheck-stm
  2395. qcow >= "0.12.1"
  2396. qcow-stream
  2397. qcow-tool >= "0.12.1"
  2398. qcow-types
  2399. qinap
  2400. qiskit
  2401. qmp >= "0.19.0"
  2402. qrencode
  2403. qtest >= "2.10.1"
  2404. queenshead
  2405. quests
  2406. quick_print
  2407. quickjs
  2408. quill
  2409. radamsa
  2410. radare2 >= "0.0.3"
  2411. randii
  2412. random
  2413. randomconv
  2414. randoml
  2415. range >= "0.8"
  2416. rangeSet
  2417. rankers
  2418. raven
  2419. rawlink
  2420. rawlink-eio
  2421. rawlink-lwt
  2422. raygui
  2423. raylib
  2424. rdbg >= "1.196.12"
  2425. rdf >= "0.13.0"
  2426. rdf_impls
  2427. rdf_json_ld
  2428. rdf_lwt
  2429. rdf_mysql
  2430. rdf_postgresql
  2431. rdf_ppx
  2432. re >= "1.9.0"
  2433. re2 >= "v0.12.1"
  2434. re2_stable
  2435. re_parser
  2436. rea
  2437. reactiveData >= "0.2.4"
  2438. reactjs-jsx-ppx
  2439. readline
  2440. reanalyze
  2441. reason
  2442. reason-react
  2443. reason-react-ppx
  2444. reason-standard
  2445. received
  2446. record_builder
  2447. records >= "1.0.0"
  2448. red-black-tree
  2449. reddit_api_async
  2450. reddit_api_kernel
  2451. redirect
  2452. redis >= "0.4"
  2453. redis-async
  2454. redis-lwt >= "0.4"
  2455. redis-sync >= "0.4"
  2456. reed-solomon-erasure >= "1.0.2"
  2457. reedsolomon
  2458. refl
  2459. regenerate
  2460. regex_parser_intf
  2461. relude
  2462. remu_ts
  2463. reparse
  2464. reparse-lwt
  2465. reparse-lwt-unix
  2466. reparse-unix
  2467. repr
  2468. repr-bench
  2469. repr-fuzz
  2470. res >= "5.0.1"
  2471. res_tailwindcss
  2472. rescript-syntax
  2473. reshowcase
  2474. resource-pooling >= "1.1"
  2475. resource_cache
  2476. resp
  2477. resp-client
  2478. resp-mirage
  2479. resp-server >= "0.9"
  2480. resp-unix
  2481. resto
  2482. resto-acl
  2483. resto-cohttp
  2484. resto-cohttp-client
  2485. resto-cohttp-self-serving-client
  2486. resto-cohttp-server
  2487. resto-directory
  2488. resto-json
  2489. result
  2490. rfc1951 >= "0.8.1" & != "1.0.0"
  2491. rfc6287 >= "1.0.4"
  2492. rfc7748
  2493. rfsm >= "1.6-alpha-3"
  2494. rhythm
  2495. ringo
  2496. ringo-lwt
  2497. rio
  2498. riot
  2499. river
  2500. rock
  2501. rocq-core
  2502. rocq-runtime
  2503. rocqide
  2504. roman
  2505. root1d >= "0.5.1"
  2506. rope >= "0.6.2"
  2507. rosa
  2508. rosetta >= "0.2.0"
  2509. routes
  2510. rpc
  2511. rpc_parallel
  2512. rpclib
  2513. rpclib-async
  2514. rpclib-html
  2515. rpclib-js
  2516. rpclib-lwt
  2517. rpmfile
  2518. rpmfile-cli
  2519. rpmfile-eio
  2520. rpmfile-unix
  2521. rsdd
  2522. rss
  2523. rtop
  2524. rtree
  2525. rune
  2526. rungen
  2527. runtime_events_tools
  2528. runtime_events_tools_bare
  2529. rusage
  2530. rust-staticlib-gen
  2531. rust-staticlib-virtual
  2532. SourceCode_ASCII
  2533. SZXX
  2534. safemoney
  2535. safepass >= "3.1"
  2536. sail >= "0.15"
  2537. sail_c_backend
  2538. sail_coq_backend
  2539. sail_doc_backend
  2540. sail_latex_backend
  2541. sail_lean_backend
  2542. sail_lem_backend
  2543. sail_manifest
  2544. sail_ocaml_backend
  2545. sail_output
  2546. sail_smt_backend
  2547. sail_sv_backend
  2548. salsa20 >= "1.0.0"
  2549. salsa20-core >= "1.0.0"
  2550. salto-analyzer
  2551. saltoIL
  2552. samplerate >= "0.1.6"
  2553. sanddb >= "0.2"
  2554. sarek
  2555. sarif
  2556. satex
  2557. saturn
  2558. saturn_lockfree
  2559. satyrographos
  2560. savvy
  2561. scad_ml
  2562. scfg
  2563. scgi
  2564. scipy
  2565. scrypt-kdf
  2566. sd_logic
  2567. sdl-liquidsoap >= "3"
  2568. search
  2569. searchTree
  2570. secp256k1 >= "0.4.1"
  2571. secp256k1-internal
  2572. sedlex >= "2.0"
  2573. sek
  2574. sel
  2575. semantic_version
  2576. semaphore-compat
  2577. semv
  2578. semver >= "0.2.1"
  2579. semver2
  2580. sendmail
  2581. sendmail-lwt
  2582. sendmail-miou-unix
  2583. sendmail-mirage
  2584. sentry
  2585. seq < "base"
  2586. seqes
  2587. sequencer_table
  2588. serde
  2589. serde_debug
  2590. serde_derive
  2591. serde_json
  2592. serde_sexpr
  2593. serde_xml
  2594. serial
  2595. server-reason-react
  2596. session >= "0.4.1"
  2597. session-cohttp >= "0.4.1"
  2598. session-cohttp-async >= "0.4.1"
  2599. session-cohttp-lwt >= "0.4.1"
  2600. session-cookie
  2601. session-cookie-async
  2602. session-cookie-lwt
  2603. session-postgresql >= "0.4.1"
  2604. session-postgresql-async
  2605. session-postgresql-lwt
  2606. session-redis-lwt >= "0.4.1"
  2607. session-webmachine >= "0.4.1"
  2608. setcore >= "1.0.2"
  2609. sexp
  2610. sexp_decode
  2611. sexp_diff
  2612. sexp_diff_kernel
  2613. sexp_grammar
  2614. sexp_macro
  2615. sexp_pretty
  2616. sexp_select
  2617. sexp_string_quickcheck
  2618. sexplib >= "v0.12.0"
  2619. sexplib0 >= "v0.12.0"
  2620. sexps-rewriter
  2621. sgf >= "1.0.1"
  2622. sha >= "1.13"
  2623. shades
  2624. shapefile
  2625. shared-block-ring
  2626. shared-memory-ring
  2627. shared-memory-ring-lwt
  2628. shared-secret >= "0.4"
  2629. shell
  2630. sherlodoc
  2631. shexp
  2632. shine >= "0.2.2"
  2633. shuttle
  2634. shuttle_http
  2635. shuttle_ssl
  2636. shuttle_websocket
  2637. sifun
  2638. signal
  2639. sihl
  2640. sihl-cache
  2641. sihl-contract
  2642. sihl-core
  2643. sihl-email
  2644. sihl-facade
  2645. sihl-persistence
  2646. sihl-queue
  2647. sihl-session
  2648. sihl-storage
  2649. sihl-token
  2650. sihl-type
  2651. sihl-user
  2652. sihl-web
  2653. simlog
  2654. simple63
  2655. sitemap
  2656. sklearn
  2657. slack
  2658. slacko
  2659. slice
  2660. slipshow
  2661. slug
  2662. smart-print >= "0.3.0"
  2663. smaws-clients
  2664. smaws-lib
  2665. smbc
  2666. smol
  2667. smol-helpers
  2668. smtlib-utils
  2669. smtml
  2670. snappy >= "0.1.2"
  2671. snf_mcp
  2672. snoke
  2673. so
  2674. sodium-fmt
  2675. solid
  2676. solid_server
  2677. solid_tools
  2678. solidity-alcotest
  2679. solidity-common
  2680. solidity-parser
  2681. solidity-test
  2682. solidity-typechecker
  2683. solo5-elftool
  2684. sortedseq_intersect
  2685. soundtouch >= "0.1.9"
  2686. soupault
  2687. sowilo
  2688. spacetime_lib
  2689. spatial-shell
  2690. spawn < "v0.9.0" | >= "v0.13.0"
  2691. spdx_licenses
  2692. spectrum
  2693. speed
  2694. speex
  2695. spelll >= "0.4"
  2696. spices
  2697. spin
  2698. splay_tree
  2699. splittable_random
  2700. spoc
  2701. spoc_ppx
  2702. spoke
  2703. spotify-web-api
  2704. spotify_ml
  2705. spotlib >= "4.1.0"
  2706. spurs
  2707. sqids
  2708. sqlgg >= "20200521"
  2709. sqlite3 >= "4.4.1"
  2710. sqlite3_utils
  2711. srt
  2712. ssh-agent >= "0.2.0"
  2713. ssl >= "0.5.6"
  2714. starpath
  2715. starred_ml
  2716. statocaml
  2717. statocaml_changelog
  2718. statocaml_community
  2719. statocaml_db
  2720. statocaml_github
  2721. statocaml_go
  2722. statocaml_gui
  2723. statocaml_html
  2724. statocaml_plots
  2725. statocaml_profile
  2726. stdcompat >= "19"
  2727. stdint >= "0.6.0"
  2728. stdint-literals
  2729. stdio
  2730. stdlib-diff
  2731. stdlib-random
  2732. stdlib-shims
  2733. stdune
  2734. stitch
  2735. stk
  2736. stk_iconv
  2737. stk_ocf
  2738. stk_ppx
  2739. stk_rdf
  2740. stk_xml
  2741. stog >= "0.20.0"
  2742. stog_all
  2743. stog_asy
  2744. stog_dot
  2745. stog_extern
  2746. stog_markdown
  2747. stog_multi_doc
  2748. stog_nocaml
  2749. stog_noexec
  2750. stog_plugins
  2751. stog_rdf
  2752. stog_rel_href
  2753. stog_server
  2754. stog_server_multi
  2755. stog_sitemap
  2756. stog_writing
  2757. store
  2758. stored_reversed
  2759. stramon-lib
  2760. streamable
  2761. streaming
  2762. string_dict
  2763. stringCodepointSplitter
  2764. stringext >= "1.6.0"
  2765. stringx
  2766. sturgeon >= "0.4.2"
  2767. styled-ppx
  2768. subprocess
  2769. subscriptions-transport-ws
  2770. subtype-refinement >= "0.2"
  2771. sun
  2772. svmwrap
  2773. swagger >= "0.2.0"
  2774. swapfs
  2775. swhid
  2776. swhid_compute
  2777. swhid_core
  2778. swhid_types
  2779. swipl
  2780. syguslib-utils
  2781. syncweb
  2782. syndic >= "1.6.0"
  2783. synopsis
  2784. sys-socket
  2785. sys-socket-unix
  2786. syslog >= "2.0.1"
  2787. syslog-message >= "1.0.0"
  2788. syslog-rfc5424
  2789. systemverilog >= "0.0.2"
  2790. TCSLib >= "0.5"
  2791. tablecloth-base
  2792. tablecloth-melange
  2793. tablecloth-native < "transition"
  2794. tabr
  2795. taglib >= "0.3.7"
  2796. talaria-bibtex
  2797. tar
  2798. tar-eio
  2799. tar-mirage
  2800. tar-unix
  2801. tcalc
  2802. tcpip
  2803. tdigest
  2804. telemetry
  2805. telltime
  2806. tensorboard
  2807. term-indexing
  2808. term-tools
  2809. terminal
  2810. terminal_size >= "0.1.4"
  2811. terminus
  2812. terminus-cohttp
  2813. terminus-hlc
  2814. terml
  2815. testo
  2816. testo-diff
  2817. testo-lwt
  2818. testo-util
  2819. testu01
  2820. textmate-language
  2821. textrazor
  2822. textutils
  2823. textutils_kernel
  2824. textwrap >= "0.2.1"
  2825. tezos-baking-015-PtLimaPt
  2826. tezos-baking-015-PtLimaPt-commands
  2827. tezos-baking-016-PtMumbai
  2828. tezos-baking-016-PtMumbai-commands
  2829. tezos-baking-017-PtNairob
  2830. tezos-baking-017-PtNairob-commands
  2831. tezos-baking-alpha
  2832. tezos-baking-alpha-commands
  2833. tezos-base
  2834. tezos-base-test-helpers
  2835. tezos-base58
  2836. tezos-benchmark >= "19.0"
  2837. tezos-bls12-381-polynomial
  2838. tezos-clic
  2839. tezos-client-000-Ps9mPmXa
  2840. tezos-client-001-PtCJ7pwo
  2841. tezos-client-002-PsYLVpVv
  2842. tezos-client-003-PsddFKi3
  2843. tezos-client-004-Pt24m4xi
  2844. tezos-client-005-PsBabyM1
  2845. tezos-client-006-PsCARTHA
  2846. tezos-client-007-PsDELPH1
  2847. tezos-client-008-PtEdo2Zk
  2848. tezos-client-009-PsFLoren
  2849. tezos-client-010-PtGRANAD
  2850. tezos-client-011-PtHangz2
  2851. tezos-client-012-Psithaca
  2852. tezos-client-013-PtJakart
  2853. tezos-client-014-PtKathma
  2854. tezos-client-015-PtLimaPt
  2855. tezos-client-016-PtMumbai
  2856. tezos-client-017-PtNairob
  2857. tezos-client-alpha
  2858. tezos-client-base
  2859. tezos-client-base-unix
  2860. tezos-client-commands
  2861. tezos-client-demo-counter < "18.0" | >= "19.0"
  2862. tezos-client-genesis < "18.0" | >= "19.0"
  2863. tezos-context
  2864. tezos-context-hash
  2865. tezos-context-hash-irmin
  2866. tezos-context-ops
  2867. tezos-crypto
  2868. tezos-crypto-dal
  2869. tezos-dac-client-lib >= "19.0"
  2870. tezos-dac-lib >= "19.0"
  2871. tezos-dac-node-lib >= "19.0"
  2872. tezos-dal-node-lib < "18.0" | >= "19.0"
  2873. tezos-dal-node-services < "18.0" | >= "19.0"
  2874. tezos-embedded-protocol-000-Ps9mPmXa
  2875. tezos-embedded-protocol-001-PtCJ7pwo
  2876. tezos-embedded-protocol-002-PsYLVpVv
  2877. tezos-embedded-protocol-003-PsddFKi3
  2878. tezos-embedded-protocol-004-Pt24m4xi
  2879. tezos-embedded-protocol-005-PsBABY5H
  2880. tezos-embedded-protocol-005-PsBabyM1
  2881. tezos-embedded-protocol-006-PsCARTHA
  2882. tezos-embedded-protocol-007-PsDELPH1
  2883. tezos-embedded-protocol-008-PtEdo2Zk
  2884. tezos-embedded-protocol-008-PtEdoTez
  2885. tezos-embedded-protocol-009-PsFLoren
  2886. tezos-embedded-protocol-010-PtGRANAD
  2887. tezos-embedded-protocol-011-PtHangz2
  2888. tezos-embedded-protocol-012-Psithaca
  2889. tezos-embedded-protocol-013-PtJakart
  2890. tezos-embedded-protocol-014-PtKathma
  2891. tezos-embedded-protocol-015-PtLimaPt
  2892. tezos-embedded-protocol-016-PtMumbai
  2893. tezos-embedded-protocol-017-PtNairob
  2894. tezos-embedded-protocol-alpha
  2895. tezos-embedded-protocol-demo-counter
  2896. tezos-embedded-protocol-demo-noops
  2897. tezos-embedded-protocol-genesis
  2898. tezos-error-monad
  2899. tezos-event-logging
  2900. tezos-event-logging-test-helpers
  2901. tezos-hacl-glue
  2902. tezos-hacl-glue-unix
  2903. tezos-injector-015-PtLimaPt
  2904. tezos-injector-016-PtMumbai
  2905. tezos-layer2-store
  2906. tezos-layer2-utils-016-PtMumbai
  2907. tezos-layer2-utils-017-PtNairob
  2908. tezos-lazy-containers
  2909. tezos-lwt-result-stdlib < "16.0"
  2910. tezos-micheline
  2911. tezos-mockup
  2912. tezos-mockup-commands
  2913. tezos-mockup-proxy
  2914. tezos-mockup-registration
  2915. tezos-openapi
  2916. tezos-p2p
  2917. tezos-p2p-services
  2918. tezos-plompiler
  2919. tezos-plonk
  2920. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2921. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2922. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2923. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2924. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2925. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2926. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2927. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2928. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2929. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2930. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2931. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2932. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2933. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2934. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2935. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2936. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2937. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2938. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2939. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2940. tezos-protocol-018-Proxford >= "19.0"
  2941. tezos-protocol-019-PtParisB
  2942. tezos-protocol-020-PsParisC
  2943. tezos-protocol-alpha < "18.0" | >= "19.0"
  2944. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2945. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2946. tezos-protocol-environment
  2947. tezos-protocol-environment-packer
  2948. tezos-protocol-environment-sigs
  2949. tezos-protocol-environment-structs
  2950. tezos-protocol-genesis < "18.0" | >= "19.0"
  2951. tezos-protocol-plugin-007-PsDELPH1
  2952. tezos-protocol-plugin-007-PsDELPH1-registerer
  2953. tezos-protocol-plugin-008-PtEdo2Zk
  2954. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2955. tezos-protocol-plugin-009-PsFLoren
  2956. tezos-protocol-plugin-009-PsFLoren-registerer
  2957. tezos-protocol-plugin-010-PtGRANAD
  2958. tezos-protocol-plugin-010-PtGRANAD-registerer
  2959. tezos-protocol-plugin-011-PtHangz2
  2960. tezos-protocol-plugin-011-PtHangz2-registerer
  2961. tezos-protocol-plugin-012-Psithaca
  2962. tezos-protocol-plugin-012-Psithaca-registerer
  2963. tezos-protocol-plugin-013-PtJakart
  2964. tezos-protocol-plugin-013-PtJakart-registerer
  2965. tezos-protocol-plugin-014-PtKathma
  2966. tezos-protocol-plugin-014-PtKathma-registerer
  2967. tezos-protocol-plugin-015-PtLimaPt
  2968. tezos-protocol-plugin-015-PtLimaPt-registerer
  2969. tezos-protocol-plugin-016-PtMumbai
  2970. tezos-protocol-plugin-016-PtMumbai-registerer
  2971. tezos-protocol-plugin-017-PtNairob
  2972. tezos-protocol-plugin-017-PtNairob-registerer
  2973. tezos-protocol-plugin-alpha
  2974. tezos-protocol-plugin-alpha-registerer
  2975. tezos-protocol-updater
  2976. tezos-proxy
  2977. tezos-proxy-server-config < "18.0" | >= "19.0"
  2978. tezos-requester
  2979. tezos-rpc
  2980. tezos-rpc-http
  2981. tezos-rpc-http-client
  2982. tezos-rpc-http-client-unix
  2983. tezos-rpc-http-server
  2984. tezos-sapling
  2985. tezos-scoru-wasm
  2986. tezos-scoru-wasm-fast
  2987. tezos-scoru-wasm-helpers
  2988. tezos-shell
  2989. tezos-shell-context
  2990. tezos-shell-services
  2991. tezos-shell-services-test-helpers
  2992. tezos-signer-backends
  2993. tezos-signer-services
  2994. tezos-smart-rollup-016-PtMumbai
  2995. tezos-smart-rollup-017-PtNairob
  2996. tezos-smart-rollup-alpha
  2997. tezos-smart-rollup-layer2-016-PtMumbai
  2998. tezos-smart-rollup-layer2-017-PtNairob
  2999. tezos-stdlib-unix
  3000. tezos-store
  3001. tezos-test-helpers < "16.0"
  3002. tezos-test-helpers-extra
  3003. tezos-test-services
  3004. tezos-tree-encoding
  3005. tezos-tx-rollup-015-PtLimaPt
  3006. tezos-validation
  3007. tezos-version
  3008. tezos-webassembly-interpreter
  3009. tezos-webassembly-interpreter-extra
  3010. tezos-workers
  3011. tezt
  3012. tezt-bam
  3013. tezt-tezos != "18.1"
  3014. theora
  3015. thread-local-storage
  3016. thread-table
  3017. thrift
  3018. tidy >= "5-0.2"
  3019. tidy_email
  3020. tidy_email_mailgun
  3021. tidy_email_sendgrid
  3022. tidy_email_smtp
  3023. tilde_f
  3024. time_now
  3025. timed >= "1.1"
  3026. timedesc
  3027. timedesc-json
  3028. timedesc-sexp
  3029. timedesc-tzdb
  3030. timedesc-tzlocal
  3031. timedesc-tzlocal-js
  3032. timere
  3033. timere-parse
  3034. timezone
  3035. timmy
  3036. timmy-jsoo
  3037. timmy-lwt
  3038. timmy-unix
  3039. tiny_httpd
  3040. tiny_httpd_camlzip
  3041. tip-parser >= "0.4"
  3042. tldr
  3043. tls >= "0.12.8"
  3044. tls-async
  3045. tls-eio
  3046. tls-liquidsoap
  3047. tls-lwt
  3048. tls-miou-unix
  3049. tls-mirage
  3050. toc
  3051. tofn
  3052. togglelog
  3053. toml
  3054. toml-cconv
  3055. toml_cconv
  3056. toplevel_backend
  3057. toplevel_expect_test
  3058. topojson
  3059. topojsone
  3060. topological_sort
  3061. torch
  3062. tqdm
  3063. trace
  3064. trace-fuchsia
  3065. trace-tef
  3066. tracing
  3067. tracy-client
  3068. trail
  3069. traits
  3070. trampoline
  3071. transept
  3072. traverse
  3073. travesty != "0.6.1"
  3074. trax >= "0.4.0"
  3075. tree_layout >= "0.2"
  3076. treeprint >= "2.3.0"
  3077. trexio
  3078. trie
  3079. trs
  3080. tsdl-image >= "0.3.0"
  3081. tsdl-mixer
  3082. tsdl-ttf >= "0.3"
  3083. tsort
  3084. tty
  3085. tube >= "4.4.0"
  3086. tuntap
  3087. twirp_cohttp_lwt_unix
  3088. twirp_core
  3089. twirp_ezcurl
  3090. twirp_tiny_httpd
  3091. twostep
  3092. tyabt
  3093. type_eq
  3094. type_id
  3095. typed_list
  3096. typeid
  3097. typerep >= "v0.12.0"
  3098. typeset
  3099. tyre >= "0.5"
  3100. tyxml >= "4.3.0"
  3101. tyxml-jsx
  3102. tyxml-lwd
  3103. tyxml-ppx >= "4.3.0"
  3104. tyxml-syntax
  3105. ubase
  3106. ubpf >= "0.2"
  3107. uecc >= "0.3"
  3108. uint >= "2.0.1"
  3109. ulid
  3110. um-abt
  3111. unidecode
  3112. unionFind
  3113. unisim_archisec
  3114. unison >= "2.51.4" & < "2.53.4"
  3115. universal-portal
  3116. universo
  3117. unix-errno >= "0.6.0"
  3118. unstrctrd
  3119. uopt
  3120. uri >= "2.2.1"
  3121. uri-bench
  3122. uri-re
  3123. uri-sexp
  3124. uring
  3125. uring-trace
  3126. uritemplate
  3127. urn
  3128. user-agent-parser
  3129. username_kernel
  3130. uspf
  3131. uspf-lwt
  3132. uspf-mirage
  3133. uspf-unix
  3134. utop
  3135. uuuu >= "0.1.1"
  3136. validate
  3137. validator
  3138. variantslib >= "v0.12.0"
  3139. varray
  3140. vcaml
  3141. vcardgen >= "1.2"
  3142. vchan
  3143. vchan-unix
  3144. vchan-xen
  3145. vdom
  3146. vec
  3147. vector
  3148. vector3 >= "1.0.0"
  3149. vendredi
  3150. vercel
  3151. versioned_polling_state_rpc
  3152. vhd-format >= "0.12.0"
  3153. vhd-format-lwt
  3154. vif
  3155. virtual_dom
  3156. virtual_dom_toplayer
  3157. visitors >= "20200207"
  3158. vlq >= "0.2.1"
  3159. vlt
  3160. vmnet
  3161. vocal
  3162. volgo
  3163. volgo-base
  3164. volgo-git-backend
  3165. volgo-git-eio
  3166. volgo-git-unix
  3167. volgo-hg-backend
  3168. volgo-hg-eio
  3169. volgo-hg-unix
  3170. volgo-vcs
  3171. voqc
  3172. vorbis
  3173. vpt >= "5.0.0"
  3174. vscoq-language-server
  3175. vue-jsoo
  3176. vue-ppx
  3177. wall >= "0.4"
  3178. wasm >= "2.0.2"
  3179. wasm_of_ocaml-compiler
  3180. wasmer
  3181. wasmtime
  3182. wayland
  3183. waylaunch
  3184. wcwidth
  3185. webauthn
  3186. weberizer >= "0.8"
  3187. webmachine >= "0.6.2"
  3188. websocket >= "2.12"
  3189. websocket-async >= "2.12"
  3190. websocket-lwt
  3191. websocket-lwt-unix
  3192. websocketaf
  3193. webtest
  3194. webtest-js
  3195. why3find
  3196. wikitext
  3197. win-error >= "1.0"
  3198. win-eventlog >= "0.3"
  3199. winsvc
  3200. ws
  3201. ws-server
  3202. wseg
  3203. wtf8 >= "1.0.2"
  3204. wtr
  3205. wtr-ppx
  3206. wu-manber-fuzzy-search
  3207. x509
  3208. x86_64-esperanto >= "0.0.6"
  3209. xapi-backtrace
  3210. xapi-inventory
  3211. xapi-rrd
  3212. xapi-stdext-date
  3213. xapi-stdext-encodings
  3214. xapi-stdext-pervasives
  3215. xapi-stdext-std
  3216. xapi-stdext-threads
  3217. xapi-stdext-unix
  3218. xapi-stdext-zerocheck
  3219. xcursor
  3220. xdg
  3221. xdg-basedir
  3222. xedbindings
  3223. xen-evtchn
  3224. xen-evtchn-unix
  3225. xen-gnt
  3226. xen-gnt-unix
  3227. xenstore
  3228. xenstore-tool
  3229. xenstore_transport >= "1.1.0"
  3230. xkbcommon
  3231. xlsx2csv
  3232. xmelly
  3233. xml-light >= "2.5"
  3234. xmldiff >= "0.7.0"
  3235. xmldiff_js
  3236. xmlplaylist >= "0.1.5"
  3237. xoshiro
  3238. xtmpl >= "0.19.0"
  3239. xtmpl_js
  3240. xtmpl_ppx
  3241. yaml >= "1.0.0"
  3242. yaml-sexp
  3243. yara >= "0.2"
  3244. yocaml
  3245. yocaml_cmark
  3246. yocaml_cmarkit
  3247. yocaml_eio
  3248. yocaml_git
  3249. yocaml_jingoo
  3250. yocaml_markdown
  3251. yocaml_mustache
  3252. yocaml_omd
  3253. yocaml_otoml
  3254. yocaml_runtime
  3255. yocaml_syndication
  3256. yocaml_unix
  3257. yocaml_yaml
  3258. yojson >= "1.5.0"
  3259. yojson-bench
  3260. yojson-five
  3261. yosqlite
  3262. yurt >= "0.6"
  3263. yuscii >= "0.2.1"
  3264. yuujinchou
  3265. zanuda
  3266. zar
  3267. zarith-ppx
  3268. zarith_stubs_js
  3269. zarr
  3270. zarr-eio
  3271. zarr-lwt
  3272. zarr-sync
  3273. zdd
  3274. zed >= "2.0.6"
  3275. zeit
  3276. zelus
  3277. zelus-gtk
  3278. zipperposition
  3279. zipperposition-tools
  3280. zlib
  3281. zlist >= "0.4.0"
  3282. zmq >= "5.1.0"
  3283. zmq-async >= "5.1.0"
  3284. zmq-eio
  3285. zmq-lwt >= "5.1.0"
  3286. zstandard >= "v0.12.1"
  3287. zstd >= "0.3"
  3288. 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.