package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 23 Jun 2025

README

Dune"

A Composable Build System for OCaml

Main Workflow" Release" Coverage" License" Contributors"

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues" Discussions" Discuss OCaml" Discord"

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

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies (15)

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

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

Conflicts (7)

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

Innovation. Community. Security.