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