package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.20.2.tbz
sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549
sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff

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: 10 Sep 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (3)

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

Dev Dependencies (16)

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

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