package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.17.1.tbz
sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6
sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf

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: 19 Dec 2024

README

README.md

A Composable Build System for OCaml

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

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"

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

Conflicts (7)

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

Innovation. Community. Security.