package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies (15)

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

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

Conflicts (7)

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