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