package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.14.0.tbz
sha256=f4d09d89162621fdff424c253fa50c4920d2179fb5b3d1debab7bbe97c68b2fc
sha512=f5ead1a9a0cc26e00a762e83e107b47c3c3fe9b44d9e505547c385c7938208d4fdcc91a8099512e76ea4a426f3543445b4d75ef0b621dc7dbfdcbb615bc0b999

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: 12 Feb 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

None

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