package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

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: 26 May 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. cobs
  392. codept >= "0.10.3" & != "0.11.1"
  393. codicons
  394. cohttp >= "1.1.1"
  395. cohttp-async >= "1.1.1"
  396. cohttp-curl
  397. cohttp-curl-async
  398. cohttp-curl-lwt
  399. cohttp-eio
  400. cohttp-lwt >= "1.1.1"
  401. cohttp-lwt-jsoo >= "1.1.1"
  402. cohttp-lwt-unix >= "1.1.1"
  403. cohttp-lwt-unix-nossl
  404. cohttp-lwt-unix-ssl
  405. cohttp-mirage >= "1.1.1"
  406. cohttp-server-lwt-unix
  407. cohttp-top >= "1.1.1"
  408. cohttp_async_websocket
  409. cohttp_static_handler
  410. coin >= "0.1.1"
  411. colibri2
  412. colombe
  413. color >= "0.2.0"
  414. color-brewery
  415. colors
  416. combic
  417. combinaml
  418. combinat
  419. comby >= "1.4.0"
  420. comby-kernel
  421. comby-semantic
  422. command_rpc >= "v0.12.0"
  423. conan
  424. conan-cli
  425. conan-database
  426. conan-lwt
  427. conan-unix
  428. conduit >= "1.3.0"
  429. conduit-async >= "1.3.0"
  430. conduit-async-ssl
  431. conduit-async-tls
  432. conduit-lwt >= "1.3.0"
  433. conduit-lwt-ssl
  434. conduit-lwt-tls
  435. conduit-lwt-unix >= "1.3.0"
  436. conduit-mirage
  437. conduit-tls
  438. conex >= "0.10.0"
  439. conex-mirage-crypto
  440. conex-nocrypto
  441. confero
  442. config
  443. config-file >= "1.2.1"
  444. conformist
  445. containers >= "2.4"
  446. containers-data
  447. containers-thread
  448. content_security_policy
  449. cookie
  450. cookies
  451. coq >= "8.14.0"
  452. coq-core
  453. coq-lsp
  454. coq-of-ocaml >= "2.4.1"
  455. coq-serapi >= "8.9.0+0.6.0"
  456. coq-stdlib
  457. coq-waterproof
  458. coqide >= "8.14.0"
  459. coqide-server
  460. core >= "v0.12.0"
  461. core-and-more
  462. core_bench >= "v0.12.0"
  463. core_compat
  464. core_extended >= "v0.12.0"
  465. core_kernel >= "v0.12.3"
  466. core_profiler >= "v0.12.0"
  467. core_unix
  468. cosovo
  469. cow >= "2.4.0"
  470. cowabloga >= "0.5.0"
  471. cpm >= "12.1.2"
  472. cppo >= "1.6.6"
  473. cppo_ocamlbuild >= "1.6.6"
  474. cps_toolbox
  475. cpu
  476. cpuid >= "0.1.2"
  477. crc >= "2.1.0"
  478. crlibm >= "0.3"
  479. crontab
  480. crowbar >= "0.2"
  481. crunch >= "2.2.0"
  482. cry >= "0.6.5"
  483. cryptokit >= "1.16.1"
  484. csexp
  485. css
  486. css-parser
  487. cstruct >= "3.3.0"
  488. cstruct-async >= "3.3.0"
  489. cstruct-lwt >= "3.3.0"
  490. cstruct-sexp
  491. cstruct-unix >= "3.3.0"
  492. csv >= "2.2"
  493. csv-lwt >= "2.1"
  494. csvfields >= "v0.12.0"
  495. csvtool
  496. ctoxml
  497. ctypes >= "0.21.1"
  498. ctypes-foreign >= "0.21.1"
  499. ctypes-zarith
  500. ctypes_stubs_js
  501. cucumber
  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. imguiml
  1058. incr_dom >= "v0.12.0"
  1059. incr_dom_interactive
  1060. incr_dom_keyboard
  1061. incr_dom_partial_render
  1062. incr_dom_sexp_form
  1063. incr_dom_widgets >= "v0.12.0"
  1064. incr_map >= "v0.12.0"
  1065. incr_select >= "v0.12.0"
  1066. incremental >= "v0.12.0"
  1067. indentation_buffer
  1068. index
  1069. index-bench
  1070. inferno >= "20190924"
  1071. influxdb
  1072. influxdb-async
  1073. influxdb-lwt
  1074. inotify >= "2.4"
  1075. inquire
  1076. inquirer_oc
  1077. int_repr
  1078. integers >= "0.3.0"
  1079. integers_stubs_js
  1080. integration1d >= "0.5.1"
  1081. interface-prime
  1082. interface-prime-lwt
  1083. interval >= "1.5" & < "1.6"
  1084. interval-map
  1085. interval_base
  1086. interval_crlibm
  1087. interval_intel
  1088. io-page >= "2.1.0"
  1089. io-page-unix >= "2.1.0"
  1090. io-page-xen >= "2.1.0"
  1091. iomux
  1092. iostream
  1093. iostream-camlzip
  1094. ip2location
  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. mlx
  1522. mm >= "0.7.0"
  1523. mmap
  1524. mmdb
  1525. mnd
  1526. mock >= "0.1.1"
  1527. mock-ounit >= "0.1.1"
  1528. module-graph
  1529. molenc >= "5.0.0"
  1530. monaco_jsoo
  1531. monolith
  1532. monomorphic >= "2.0"
  1533. monorobot
  1534. moonpool
  1535. moonpool-lwt
  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. ocamlmerlin-mlx
  1667. ocamlog
  1668. ocamlregextkit
  1669. ocannl_npy
  1670. ocb
  1671. ocf >= "0.8.0"
  1672. ocf_ppx
  1673. ockt
  1674. ocluster != "0.2"
  1675. ocluster-api
  1676. ocluster-worker
  1677. ocolor
  1678. ocp-browser >= "1.1.9"
  1679. ocp-indent >= "1.7.0"
  1680. ocp-indent-nlfork >= "1.5.4"
  1681. ocp-index >= "1.1.9"
  1682. ocp-search
  1683. ocp_reveal
  1684. ocplib-endian >= "1.1"
  1685. ocplib-json-typed-browser
  1686. ocplib-json-typed-bson
  1687. ocplib-simplex >= "0.5"
  1688. ocplib_stuff >= "0.4.0"
  1689. ocsigen-i18n >= "4.0.0"
  1690. ocsigen-ppx-rpc
  1691. ocsigenserver >= "4.0.1"
  1692. ocsipersist
  1693. ocsipersist-dbm
  1694. ocsipersist-dbm-config
  1695. ocsipersist-lib
  1696. ocsipersist-pgsql
  1697. ocsipersist-pgsql-config
  1698. ocsipersist-sqlite
  1699. ocsipersist-sqlite-config
  1700. octavius >= "1.2.2"
  1701. octez-accuser-Proxford >= "19.0"
  1702. octez-accuser-PsParisC
  1703. octez-accuser-PtKathma
  1704. octez-accuser-PtLimaPt
  1705. octez-accuser-PtMumbai
  1706. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1707. octez-accuser-PtParisB
  1708. octez-alcotezt < "17.3" | >= "19.0"
  1709. octez-baker-Proxford >= "19.0"
  1710. octez-baker-PsParisC
  1711. octez-baker-PtKathma
  1712. octez-baker-PtLimaPt
  1713. octez-baker-PtMumbai
  1714. octez-baker-PtNairob < "18.0" | >= "19.0"
  1715. octez-baker-PtParisB
  1716. octez-bls12-381-hash < "17.3"
  1717. octez-bls12-381-polynomial < "17.3"
  1718. octez-bls12-381-signature < "17.3"
  1719. octez-client < "18.0" | >= "19.0"
  1720. octez-codec < "18.0" | >= "19.0"
  1721. octez-crawler < "18.0" | >= "19.0"
  1722. octez-dac-client >= "19.0"
  1723. octez-dac-node >= "19.0"
  1724. octez-dal-node
  1725. octez-distributed-internal < "17.3" | >= "19.0"
  1726. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1727. octez-injector < "18.0" | >= "19.0"
  1728. octez-internal-libs
  1729. octez-l2-libs >= "19.0"
  1730. octez-libs >= "19.0"
  1731. octez-mec < "17.3"
  1732. octez-node < "18.0" | >= "19.0"
  1733. octez-node-config < "18.0" | >= "19.0"
  1734. octez-plompiler
  1735. octez-plonk
  1736. octez-polynomial < "17.3"
  1737. octez-proto-libs >= "19.0"
  1738. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1739. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1740. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1741. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1742. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1743. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1744. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1745. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1746. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1747. octez-protocol-009-PsFLoren-libs >= "19.0"
  1748. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1749. octez-protocol-011-PtHangz2-libs >= "19.0"
  1750. octez-protocol-012-Psithaca-libs >= "19.0"
  1751. octez-protocol-013-PtJakart-libs >= "19.0"
  1752. octez-protocol-014-PtKathma-libs >= "19.0"
  1753. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1754. octez-protocol-016-PtMumbai-libs >= "19.0"
  1755. octez-protocol-017-PtNairob-libs >= "19.0"
  1756. octez-protocol-018-Proxford-libs >= "19.0"
  1757. octez-protocol-019-PtParisB-libs
  1758. octez-protocol-020-PsParisC-libs
  1759. octez-protocol-alpha-libs >= "19.0"
  1760. octez-protocol-compiler < "18.0" | >= "19.0"
  1761. octez-proxy-server < "18.0" | >= "19.0"
  1762. octez-rpc-process
  1763. octez-shell-libs >= "19.0"
  1764. octez-signer < "18.0" | >= "19.0"
  1765. octez-smart-rollup-client-PtMumbai
  1766. octez-smart-rollup-client-PtNairob < "18.0"
  1767. octez-smart-rollup-node != "18.1"
  1768. octez-smart-rollup-node-alpha >= "19.0"
  1769. octez-smart-rollup-node-lib >= "19.0"
  1770. octez-smart-rollup-node-Proxford >= "19.0"
  1771. octez-smart-rollup-node-PsParisC
  1772. octez-smart-rollup-node-PtMumbai
  1773. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1774. octez-smart-rollup-node-PtParisB
  1775. octez-smart-rollup-wasm-benchmark-lib
  1776. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1777. octez-smart-rollup-wasm-debugger-lib
  1778. octez-smart-rollup-wasm-debugger-plugin
  1779. octez-tx-rollup-client-PtKathma
  1780. octez-tx-rollup-client-PtLimaPt
  1781. octez-tx-rollup-node-PtKathma
  1782. octez-tx-rollup-node-PtLimaPt
  1783. octez-validator
  1784. octez-version >= "19.0"
  1785. odash
  1786. odate >= "0.6"
  1787. odds >= "1.1"
  1788. odep
  1789. odepack >= "0.6.9"
  1790. odnnr
  1791. odoc >= "1.4.0"
  1792. odoc-parser
  1793. of_json
  1794. offheap
  1795. oframl
  1796. ogg = "0.6.0" | >= "0.7.0"
  1797. ohex
  1798. oidc
  1799. ojo
  1800. ojs
  1801. ojs_base
  1802. ojs_base_all
  1803. ojs_base_ppx
  1804. ojs_ed
  1805. ojs_filetree
  1806. ojs_list
  1807. olinq >= "0.3"
  1808. oma
  1809. omd >= "1.3.2"
  1810. ometrics
  1811. omg
  1812. omigrate
  1813. omlr >= "1.0.3"
  1814. omtl
  1815. oneffs
  1816. oniguruma
  1817. opam-0install
  1818. opam-0install-cudf
  1819. opam-bin >= "1.0.0"
  1820. opam-build
  1821. opam-check-npm-deps
  1822. opam-client >= "2.0.2"
  1823. opam-compiler
  1824. opam-core >= "2.0.2"
  1825. opam-custom-install
  1826. opam-devel >= "2.0.2"
  1827. opam-dune-lint >= "0.3"
  1828. opam-ed >= "0.4"
  1829. opam-file-format >= "2.1.0" & < "2.1.5"
  1830. opam-format >= "2.0.2"
  1831. opam-graph
  1832. opam-grep >= "0.2.0"
  1833. opam-installer >= "2.0.2"
  1834. opam-monorepo
  1835. opam-package-upgrade >= "0.2"
  1836. opam-publish >= "2.0.2"
  1837. opam-repository >= "2.0.2"
  1838. opam-solver >= "2.0.2"
  1839. opam-spin
  1840. opam-state >= "2.0.2"
  1841. opam-test
  1842. opam2web >= "2.0"
  1843. opam_bin_lib != "0.9.5"
  1844. opasswd >= "1.3.1"
  1845. opazl
  1846. openai
  1847. openai-gym
  1848. openapi
  1849. openapi_router
  1850. opencc0
  1851. opencc1
  1852. opencc1_1
  1853. openQASM
  1854. openstellina
  1855. opentelemetry
  1856. opentelemetry-client-cohttp-lwt
  1857. opentelemetry-client-ocurl
  1858. opentelemetry-cohttp-lwt
  1859. opentelemetry-lwt
  1860. opine
  1861. opium >= "0.17.0"
  1862. opium-graphql
  1863. opium-testing
  1864. opium_kernel >= "0.17.0"
  1865. oplot
  1866. oplsr
  1867. opomodoro
  1868. opsian
  1869. optal
  1870. opti
  1871. optimization1d >= "0.6.1"
  1872. optiml-transport
  1873. optint >= "0.0.2"
  1874. opus >= "0.2.0"
  1875. oraft
  1876. oranger >= "2.0.1"
  1877. order-i3-xfce
  1878. ordering
  1879. ordinal
  1880. ordinal_abbreviation
  1881. ordma >= "0.0.5"
  1882. orec >= "1.0.1"
  1883. orewa
  1884. orf
  1885. orgeat
  1886. orpie
  1887. orrandomForest
  1888. orsvm_e1071 >= "4.0.0"
  1889. ortac-core
  1890. ortac-dune
  1891. ortac-qcheck-stm
  1892. ortac-runtime
  1893. ortac-runtime-qcheck-stm
  1894. orxgboost >= "1.1.0"
  1895. osc >= "0.2.0"
  1896. osc-lwt
  1897. osc-unix
  1898. osdp >= "1.1.1"
  1899. oseq >= "0.2"
  1900. osh
  1901. oskel
  1902. osnap
  1903. osx-secure-transport >= "0.1.1"
  1904. otf
  1905. otoggl
  1906. otoml
  1907. otr >= "0.3.6"
  1908. ounit = "2.1.2"
  1909. ounit-lwt < "2.2.0"
  1910. ounit2
  1911. ounit2-lwt
  1912. override
  1913. owee >= "0.3"
  1914. owi
  1915. owl >= "0.4.0"
  1916. owl-base >= "0.4.0"
  1917. owl-jupyter
  1918. owl-ode
  1919. owl-ode-base
  1920. owl-ode-odepack
  1921. owl-ode-sundials
  1922. owl-opt
  1923. owl-opt-lbfgs
  1924. owl-plplot
  1925. owl-symbolic
  1926. owl-top >= "0.4.0"
  1927. owl-zoo >= "0.4.0"
  1928. owork
  1929. ozulip
  1930. p4pp
  1931. p5scm
  1932. packstream
  1933. pacomb
  1934. paf
  1935. paf-cohttp
  1936. paf-le
  1937. pam
  1938. pancake
  1939. pandoc
  1940. pandoc-abbreviations
  1941. pandoc-comment
  1942. pandoc-crossref
  1943. pandoc-include
  1944. pandoc-inspect
  1945. pandoc-pdf2png
  1946. pandoc-replace
  1947. papi >= "0.1.1"
  1948. par_incr
  1949. parany >= "7.0.2"
  1950. pardi >= "2.0.2"
  1951. pari
  1952. pari-bindings
  1953. parmap >= "1.1.1"
  1954. parse-argv >= "0.2.0"
  1955. parsexp >= "v0.12.0"
  1956. parsexp_io >= "v0.12.0"
  1957. parsley
  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_partial
  2136. ppx_pattern_bind
  2137. ppx_pbt
  2138. ppx_pipebang >= "v0.12.0"
  2139. ppx_protocol_conv >= "3.1.0"
  2140. ppx_protocol_conv_json >= "3.1.0"
  2141. ppx_protocol_conv_jsonm
  2142. ppx_protocol_conv_msgpack >= "3.1.0"
  2143. ppx_protocol_conv_xml_light >= "3.1.0"
  2144. ppx_protocol_conv_xmlm
  2145. ppx_protocol_conv_yaml >= "3.1.0"
  2146. ppx_pyformat
  2147. ppx_python
  2148. ppx_quick_test
  2149. ppx_rapper
  2150. ppx_rapper_async
  2151. ppx_rapper_lwt
  2152. ppx_regexp >= "0.4.0"
  2153. ppx_relit
  2154. ppx_repr
  2155. ppx_seq
  2156. ppx_sexp_conv >= "v0.12.0"
  2157. ppx_sexp_message >= "v0.12.0"
  2158. ppx_sexp_value >= "v0.12.0"
  2159. ppx_show
  2160. ppx_stable
  2161. ppx_stable_witness
  2162. ppx_string
  2163. ppx_string_conv
  2164. ppx_string_interpolation
  2165. ppx_subliner
  2166. ppx_system
  2167. ppx_test >= "1.7.0"
  2168. ppx_there
  2169. ppx_tools >= "6.0+4.08.0"
  2170. ppx_tools_versioned >= "5.2.2"
  2171. ppx_trace
  2172. ppx_ts
  2173. ppx_tydi
  2174. ppx_type_directed_value
  2175. ppx_typed_fields
  2176. ppx_typerep_conv >= "v0.12.0"
  2177. ppx_tyre
  2178. ppx_units
  2179. ppx_update
  2180. ppx_variants_conv >= "v0.12.0"
  2181. ppx_viewpattern
  2182. ppx_wideopen
  2183. ppx_xml_conv >= "v0.12.0"
  2184. ppx_yojson
  2185. ppx_yojson_conv
  2186. ppx_yojson_conv_lib
  2187. ppxfind >= "1.3"
  2188. ppxlib >= "0.4.0"
  2189. ppxlib_jane
  2190. ppxx >= "2.4.0"
  2191. pratter
  2192. prbnmcn-basic-structures
  2193. prbnmcn-cgrph
  2194. prbnmcn-clustering
  2195. prbnmcn-dagger
  2196. prbnmcn-dagger-gsl
  2197. prbnmcn-dagger-stats
  2198. prbnmcn-dagger-test
  2199. prbnmcn-gnuplot
  2200. prbnmcn-linalg
  2201. prbnmcn-mcts
  2202. prbnmcn-proptest
  2203. prbnmcn-stats
  2204. prbnmcn-ucb1
  2205. prc
  2206. preface
  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. semv
  2420. semver >= "0.2.1"
  2421. semver2
  2422. sendmail
  2423. sendmail-lwt
  2424. sentry
  2425. seq >= "0.2" & < "base"
  2426. seqes
  2427. sequencer_table >= "v0.12.0"
  2428. serde
  2429. serde_debug
  2430. serde_derive
  2431. serde_json
  2432. serde_sexpr
  2433. serde_xml
  2434. serial
  2435. server-reason-react
  2436. session >= "0.4.1"
  2437. session-cohttp >= "0.4.1"
  2438. session-cohttp-async >= "0.4.1"
  2439. session-cohttp-lwt >= "0.4.1"
  2440. session-cookie
  2441. session-cookie-async
  2442. session-cookie-lwt
  2443. session-postgresql >= "0.4.1"
  2444. session-postgresql-async >= "0.4.1"
  2445. session-postgresql-lwt >= "0.4.1"
  2446. session-redis-lwt >= "0.4.1"
  2447. session-webmachine >= "0.4.1"
  2448. setcore >= "1.0.2"
  2449. sexp
  2450. sexp_decode
  2451. sexp_diff
  2452. sexp_diff_kernel
  2453. sexp_grammar
  2454. sexp_macro
  2455. sexp_pretty >= "v0.12.0"
  2456. sexp_select
  2457. sexp_string_quickcheck
  2458. sexplib >= "v0.12.0"
  2459. sexplib0 >= "v0.12.0"
  2460. sgf >= "1.0.1"
  2461. sha >= "1.13"
  2462. shades
  2463. shapefile
  2464. shared-block-ring >= "3.0.0"
  2465. shared-memory-ring >= "3.1.0"
  2466. shared-memory-ring-lwt >= "3.1.0"
  2467. shared-secret >= "0.4"
  2468. shell
  2469. sherlodoc
  2470. shexp >= "v0.12.0"
  2471. shine >= "0.2.2"
  2472. shuttle
  2473. shuttle_http
  2474. shuttle_ssl
  2475. shuttle_websocket
  2476. sifun
  2477. signal
  2478. sihl
  2479. sihl-cache
  2480. sihl-contract
  2481. sihl-core
  2482. sihl-email
  2483. sihl-facade
  2484. sihl-persistence
  2485. sihl-queue
  2486. sihl-session
  2487. sihl-storage
  2488. sihl-token
  2489. sihl-type
  2490. sihl-user
  2491. sihl-web
  2492. simlog
  2493. simple63
  2494. sitemap
  2495. sklearn
  2496. slack
  2497. slacko >= "0.14.1"
  2498. slipshow
  2499. slug
  2500. smart-print >= "0.3.0"
  2501. smbc >= "0.5"
  2502. smol
  2503. smol-helpers
  2504. smtlib-utils
  2505. smtml
  2506. snappy >= "0.1.2"
  2507. snoke
  2508. so
  2509. sodium-fmt
  2510. solid
  2511. solid_server
  2512. solid_tools
  2513. solidity-alcotest
  2514. solidity-common
  2515. solidity-parser
  2516. solidity-test
  2517. solidity-typechecker
  2518. solo5-elftool
  2519. sortedseq_intersect
  2520. soundtouch >= "0.1.9"
  2521. soupault
  2522. spacetime_lib >= "0.3.0"
  2523. spatial-shell
  2524. spawn < "v0.9.0" | >= "v0.13.0"
  2525. spdx_licenses
  2526. spectrum
  2527. speed
  2528. speex >= "0.4.0"
  2529. spelll >= "0.4"
  2530. spices
  2531. spin
  2532. splay_tree >= "v0.12.0"
  2533. splittable_random >= "v0.12.0"
  2534. spoc >= "20210823"
  2535. spoc_ppx
  2536. spoke
  2537. spotify-web-api >= "0.2.1"
  2538. spotlib >= "4.1.0"
  2539. sqids
  2540. sqlgg >= "20200521"
  2541. sqlite3 >= "4.4.1"
  2542. sqlite3_utils
  2543. srt
  2544. ssh-agent >= "0.2.0"
  2545. ssh-agent-unix
  2546. ssl >= "0.5.6"
  2547. starpath
  2548. starred_ml
  2549. stdcompat >= "19"
  2550. stdint >= "0.6.0"
  2551. stdint-literals
  2552. stdio >= "v0.12.0"
  2553. stdlib-diff
  2554. stdlib-random
  2555. stdlib-shims
  2556. stdune
  2557. stitch
  2558. stk
  2559. stk_iconv
  2560. stog >= "0.20.0"
  2561. stog_all
  2562. stog_asy
  2563. stog_dot
  2564. stog_extern
  2565. stog_markdown
  2566. stog_multi_doc
  2567. stog_nocaml
  2568. stog_noexec
  2569. stog_plugins
  2570. stog_rdf
  2571. stog_rel_href
  2572. stog_server
  2573. stog_server_multi
  2574. stog_sitemap
  2575. stog_writing
  2576. stored_reversed
  2577. stramon-lib
  2578. streamable
  2579. streaming
  2580. string_dict >= "v0.12.0"
  2581. stringCodepointSplitter
  2582. stringext >= "1.6.0"
  2583. sturgeon >= "0.4.2"
  2584. styled-ppx
  2585. subscriptions-transport-ws
  2586. subtype-refinement >= "0.2"
  2587. sun
  2588. svmwrap
  2589. swagger >= "0.2.0"
  2590. swhid
  2591. swhid_compute
  2592. swhid_core
  2593. swhid_types
  2594. swipl
  2595. syguslib-utils
  2596. syncweb
  2597. syndic >= "1.6.0"
  2598. sys-socket
  2599. sys-socket-unix
  2600. syslog >= "2.0.1"
  2601. syslog-message >= "1.0.0"
  2602. syslog-rfc5424
  2603. systemverilog >= "0.0.2"
  2604. tablecloth-base
  2605. tablecloth-melange
  2606. tablecloth-native < "transition"
  2607. tabr
  2608. taglib >= "0.3.7"
  2609. talaria-bibtex
  2610. tar >= "1.0.0"
  2611. tar-eio
  2612. tar-mirage >= "1.0.0"
  2613. tar-unix >= "1.0.0"
  2614. tcalc
  2615. tcpip >= "3.7.0"
  2616. tdigest
  2617. teash
  2618. telemetry
  2619. telltime
  2620. tensorboard
  2621. term-indexing
  2622. terminal
  2623. terminal_size >= "0.1.4"
  2624. terminus
  2625. terminus-cohttp
  2626. terminus-hlc
  2627. terml
  2628. testu01
  2629. textmate-language
  2630. textrazor
  2631. textutils >= "v0.12.0"
  2632. textutils_kernel >= "v0.12.0"
  2633. textwrap >= "0.2.1"
  2634. tezos-008-PtEdo2Zk-test-helpers
  2635. tezos-009-PsFLoren-test-helpers
  2636. tezos-010-PtGRANAD-test-helpers
  2637. tezos-011-PtHangz2-test-helpers
  2638. tezos-012-Psithaca-test-helpers
  2639. tezos-013-PtJakart-test-helpers
  2640. tezos-014-PtKathma-test-helpers
  2641. tezos-accuser-006-PsCARTHA
  2642. tezos-accuser-007-PsDELPH1
  2643. tezos-accuser-008-PtEdo2Zk
  2644. tezos-accuser-008-PtEdoTez
  2645. tezos-accuser-009-PsFLoren
  2646. tezos-accuser-010-PtGRANAD
  2647. tezos-accuser-011-PtHangz2
  2648. tezos-accuser-012-Psithaca
  2649. tezos-accuser-013-PtJakart
  2650. tezos-accuser-014-PtKathma
  2651. tezos-accuser-alpha
  2652. tezos-alpha-test-helpers
  2653. tezos-baker-006-PsCARTHA
  2654. tezos-baker-007-PsDELPH1
  2655. tezos-baker-008-PtEdo2Zk
  2656. tezos-baker-008-PtEdoTez
  2657. tezos-baker-009-PsFLoren
  2658. tezos-baker-010-PtGRANAD
  2659. tezos-baker-011-PtHangz2
  2660. tezos-baker-012-Psithaca
  2661. tezos-baker-013-PtJakart
  2662. tezos-baker-014-PtKathma
  2663. tezos-baker-alpha
  2664. tezos-baking-006-PsCARTHA
  2665. tezos-baking-006-PsCARTHA-commands
  2666. tezos-baking-007-PsDELPH1
  2667. tezos-baking-007-PsDELPH1-commands
  2668. tezos-baking-008-PtEdo2Zk
  2669. tezos-baking-008-PtEdo2Zk-commands
  2670. tezos-baking-008-PtEdoTez
  2671. tezos-baking-008-PtEdoTez-commands
  2672. tezos-baking-009-PsFLoren
  2673. tezos-baking-009-PsFLoren-commands
  2674. tezos-baking-010-PtGRANAD
  2675. tezos-baking-010-PtGRANAD-commands
  2676. tezos-baking-011-PtHangz2
  2677. tezos-baking-011-PtHangz2-commands
  2678. tezos-baking-012-Psithaca
  2679. tezos-baking-012-Psithaca-commands
  2680. tezos-baking-013-PtJakart
  2681. tezos-baking-013-PtJakart-commands
  2682. tezos-baking-014-PtKathma
  2683. tezos-baking-014-PtKathma-commands
  2684. tezos-baking-015-PtLimaPt
  2685. tezos-baking-015-PtLimaPt-commands
  2686. tezos-baking-016-PtMumbai
  2687. tezos-baking-016-PtMumbai-commands
  2688. tezos-baking-017-PtNairob
  2689. tezos-baking-017-PtNairob-commands
  2690. tezos-baking-alpha
  2691. tezos-baking-alpha-commands
  2692. tezos-base
  2693. tezos-base-test-helpers
  2694. tezos-base58
  2695. tezos-benchmark >= "19.0"
  2696. tezos-bls12-381-polynomial
  2697. tezos-clic
  2698. tezos-client
  2699. tezos-client-000-Ps9mPmXa
  2700. tezos-client-001-PtCJ7pwo
  2701. tezos-client-001-PtCJ7pwo-commands
  2702. tezos-client-002-PsYLVpVv
  2703. tezos-client-002-PsYLVpVv-commands
  2704. tezos-client-003-PsddFKi3
  2705. tezos-client-003-PsddFKi3-commands
  2706. tezos-client-004-Pt24m4xi
  2707. tezos-client-004-Pt24m4xi-commands
  2708. tezos-client-005-PsBabyM1
  2709. tezos-client-005-PsBabyM1-commands
  2710. tezos-client-006-PsCARTHA
  2711. tezos-client-006-PsCARTHA-commands
  2712. tezos-client-007-PsDELPH1
  2713. tezos-client-007-PsDELPH1-commands
  2714. tezos-client-007-PsDELPH1-commands-registration
  2715. tezos-client-008-PtEdo2Zk
  2716. tezos-client-008-PtEdo2Zk-commands
  2717. tezos-client-008-PtEdo2Zk-commands-registration
  2718. tezos-client-008-PtEdoTez
  2719. tezos-client-008-PtEdoTez-commands
  2720. tezos-client-008-PtEdoTez-commands-registration
  2721. tezos-client-009-PsFLoren
  2722. tezos-client-009-PsFLoren-commands
  2723. tezos-client-009-PsFLoren-commands-registration
  2724. tezos-client-010-PtGRANAD
  2725. tezos-client-010-PtGRANAD-commands
  2726. tezos-client-010-PtGRANAD-commands-registration
  2727. tezos-client-011-PtHangz2
  2728. tezos-client-011-PtHangz2-commands
  2729. tezos-client-011-PtHangz2-commands-registration
  2730. tezos-client-012-Psithaca
  2731. tezos-client-012-Psithaca-commands
  2732. tezos-client-012-Psithaca-commands-registration
  2733. tezos-client-013-PtJakart
  2734. tezos-client-013-PtJakart-commands
  2735. tezos-client-013-PtJakart-commands-registration
  2736. tezos-client-014-PtKathma
  2737. tezos-client-015-PtLimaPt
  2738. tezos-client-016-PtMumbai
  2739. tezos-client-017-PtNairob
  2740. tezos-client-alpha
  2741. tezos-client-alpha-commands
  2742. tezos-client-alpha-commands-registration
  2743. tezos-client-base
  2744. tezos-client-base-unix
  2745. tezos-client-commands
  2746. tezos-client-demo-counter < "18.0" | >= "19.0"
  2747. tezos-client-genesis < "18.0" | >= "19.0"
  2748. tezos-client-genesis-carthagenet
  2749. tezos-client-sapling-008-PtEdo2Zk
  2750. tezos-client-sapling-008-PtEdoTez
  2751. tezos-client-sapling-009-PsFLoren
  2752. tezos-client-sapling-010-PtGRANAD
  2753. tezos-client-sapling-011-PtHangz2
  2754. tezos-client-sapling-012-Psithaca
  2755. tezos-client-sapling-013-PtJakart
  2756. tezos-client-sapling-alpha
  2757. tezos-codec
  2758. tezos-context
  2759. tezos-context-hash
  2760. tezos-context-hash-irmin
  2761. tezos-context-ops
  2762. tezos-crypto
  2763. tezos-crypto-dal
  2764. tezos-dac-client-lib >= "19.0"
  2765. tezos-dac-lib >= "19.0"
  2766. tezos-dac-node-lib >= "19.0"
  2767. tezos-dal-node-lib < "18.0" | >= "19.0"
  2768. tezos-dal-node-services < "18.0" | >= "19.0"
  2769. tezos-embedded-protocol-000-Ps9mPmXa
  2770. tezos-embedded-protocol-001-PtCJ7pwo
  2771. tezos-embedded-protocol-002-PsYLVpVv
  2772. tezos-embedded-protocol-003-PsddFKi3
  2773. tezos-embedded-protocol-004-Pt24m4xi
  2774. tezos-embedded-protocol-005-PsBABY5H
  2775. tezos-embedded-protocol-005-PsBabyM1
  2776. tezos-embedded-protocol-006-PsCARTHA
  2777. tezos-embedded-protocol-007-PsDELPH1
  2778. tezos-embedded-protocol-008-PtEdo2Zk
  2779. tezos-embedded-protocol-008-PtEdoTez
  2780. tezos-embedded-protocol-009-PsFLoren
  2781. tezos-embedded-protocol-010-PtGRANAD
  2782. tezos-embedded-protocol-011-PtHangz2
  2783. tezos-embedded-protocol-012-Psithaca
  2784. tezos-embedded-protocol-013-PtJakart
  2785. tezos-embedded-protocol-014-PtKathma
  2786. tezos-embedded-protocol-015-PtLimaPt
  2787. tezos-embedded-protocol-016-PtMumbai
  2788. tezos-embedded-protocol-017-PtNairob
  2789. tezos-embedded-protocol-alpha
  2790. tezos-embedded-protocol-demo-counter
  2791. tezos-embedded-protocol-demo-noops
  2792. tezos-embedded-protocol-genesis
  2793. tezos-embedded-protocol-genesis-carthagenet
  2794. tezos-endorser-006-PsCARTHA
  2795. tezos-endorser-007-PsDELPH1
  2796. tezos-endorser-008-PtEdo2Zk
  2797. tezos-endorser-008-PtEdoTez
  2798. tezos-endorser-009-PsFLoren
  2799. tezos-endorser-010-PtGRANAD
  2800. tezos-endorser-011-PtHangz2
  2801. tezos-endorser-alpha
  2802. tezos-error-monad
  2803. tezos-event-logging
  2804. tezos-event-logging-test-helpers
  2805. tezos-hacl < "15.0" | >= "17.1" & < "17.3"
  2806. tezos-hacl-glue
  2807. tezos-hacl-glue-unix
  2808. tezos-injector-013-PtJakart
  2809. tezos-injector-014-PtKathma
  2810. tezos-injector-015-PtLimaPt
  2811. tezos-injector-016-PtMumbai
  2812. tezos-injector-alpha
  2813. tezos-layer2-store
  2814. tezos-layer2-utils-016-PtMumbai
  2815. tezos-layer2-utils-017-PtNairob
  2816. tezos-lazy-containers
  2817. tezos-legacy-store
  2818. tezos-lmdb
  2819. tezos-lwt-result-stdlib < "15.0" | >= "17.1" & < "17.3"
  2820. tezos-mempool-006-PsCARTHA
  2821. tezos-mempool-007-PsDELPH1
  2822. tezos-mempool-008-PtEdoTez
  2823. tezos-micheline
  2824. tezos-micheline-rewriting
  2825. tezos-mockup
  2826. tezos-mockup-commands
  2827. tezos-mockup-proxy
  2828. tezos-mockup-registration
  2829. tezos-node
  2830. tezos-openapi
  2831. tezos-p2p
  2832. tezos-p2p-services
  2833. tezos-plompiler
  2834. tezos-plonk
  2835. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2836. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2837. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2838. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2839. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2840. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2841. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2842. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2843. tezos-protocol-006-PsCARTHA-parameters
  2844. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2845. tezos-protocol-007-PsDELPH1-parameters
  2846. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2847. tezos-protocol-008-PtEdo2Zk-parameters
  2848. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2849. tezos-protocol-008-PtEdoTez-parameters
  2850. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2851. tezos-protocol-009-PsFLoren-parameters
  2852. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2853. tezos-protocol-010-PtGRANAD-parameters
  2854. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2855. tezos-protocol-011-PtHangz2-parameters
  2856. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2857. tezos-protocol-012-Psithaca-parameters
  2858. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2859. tezos-protocol-013-PtJakart-parameters
  2860. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2861. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2862. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2863. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2864. tezos-protocol-018-Proxford >= "19.0"
  2865. tezos-protocol-019-PtParisB
  2866. tezos-protocol-020-PsParisC
  2867. tezos-protocol-alpha < "18.0" | >= "19.0"
  2868. tezos-protocol-alpha-parameters
  2869. tezos-protocol-compiler
  2870. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2871. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2872. tezos-protocol-environment
  2873. tezos-protocol-environment-packer
  2874. tezos-protocol-environment-sigs
  2875. tezos-protocol-environment-structs
  2876. tezos-protocol-genesis < "18.0" | >= "19.0"
  2877. tezos-protocol-genesis-carthagenet
  2878. tezos-protocol-plugin-007-PsDELPH1
  2879. tezos-protocol-plugin-007-PsDELPH1-registerer
  2880. tezos-protocol-plugin-008-PtEdo2Zk
  2881. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2882. tezos-protocol-plugin-009-PsFLoren
  2883. tezos-protocol-plugin-009-PsFLoren-registerer
  2884. tezos-protocol-plugin-010-PtGRANAD
  2885. tezos-protocol-plugin-010-PtGRANAD-registerer
  2886. tezos-protocol-plugin-011-PtHangz2
  2887. tezos-protocol-plugin-011-PtHangz2-registerer
  2888. tezos-protocol-plugin-012-Psithaca
  2889. tezos-protocol-plugin-012-Psithaca-registerer
  2890. tezos-protocol-plugin-012-Psithaca-tests
  2891. tezos-protocol-plugin-013-PtJakart
  2892. tezos-protocol-plugin-013-PtJakart-registerer
  2893. tezos-protocol-plugin-013-PtJakart-tests
  2894. tezos-protocol-plugin-014-PtKathma
  2895. tezos-protocol-plugin-014-PtKathma-registerer
  2896. tezos-protocol-plugin-015-PtLimaPt
  2897. tezos-protocol-plugin-015-PtLimaPt-registerer
  2898. tezos-protocol-plugin-016-PtMumbai
  2899. tezos-protocol-plugin-016-PtMumbai-registerer
  2900. tezos-protocol-plugin-017-PtNairob
  2901. tezos-protocol-plugin-017-PtNairob-registerer
  2902. tezos-protocol-plugin-alpha
  2903. tezos-protocol-plugin-alpha-registerer
  2904. tezos-protocol-plugin-alpha-tests
  2905. tezos-protocol-updater
  2906. tezos-proxy
  2907. tezos-proxy-server
  2908. tezos-proxy-server-config < "18.0" | >= "19.0"
  2909. tezos-requester
  2910. tezos-rpc
  2911. tezos-rpc-http
  2912. tezos-rpc-http-client
  2913. tezos-rpc-http-client-unix
  2914. tezos-rpc-http-server
  2915. tezos-sapling
  2916. tezos-scoru-wasm
  2917. tezos-scoru-wasm-fast
  2918. tezos-scoru-wasm-helpers
  2919. tezos-shell
  2920. tezos-shell-benchmarks
  2921. tezos-shell-context
  2922. tezos-shell-context-test
  2923. tezos-shell-services
  2924. tezos-shell-services-test-helpers
  2925. tezos-signer
  2926. tezos-signer-backends
  2927. tezos-signer-services
  2928. tezos-smart-rollup-016-PtMumbai
  2929. tezos-smart-rollup-017-PtNairob
  2930. tezos-smart-rollup-alpha
  2931. tezos-smart-rollup-layer2-016-PtMumbai
  2932. tezos-smart-rollup-layer2-017-PtNairob
  2933. tezos-stdlib >= "13.0" & < "15.0" | >= "17.1" & < "17.3"
  2934. tezos-stdlib-unix
  2935. tezos-storage
  2936. tezos-store
  2937. tezos-test-helpers < "15.0" | >= "17.1" & < "17.3"
  2938. tezos-test-helpers-extra
  2939. tezos-test-services
  2940. tezos-tooling
  2941. tezos-tree-encoding
  2942. tezos-tx-rollup-013-PtJakart
  2943. tezos-tx-rollup-014-PtKathma
  2944. tezos-tx-rollup-015-PtLimaPt
  2945. tezos-tx-rollup-alpha
  2946. tezos-tx-rollup-client-013-PtJakart
  2947. tezos-tx-rollup-client-014-PtKathma
  2948. tezos-tx-rollup-client-alpha
  2949. tezos-tx-rollup-node-013-PtJakart
  2950. tezos-tx-rollup-node-014-PtKathma
  2951. tezos-tx-rollup-node-alpha
  2952. tezos-validation
  2953. tezos-validator
  2954. tezos-version
  2955. tezos-wasmer >= "17.1" & < "17.3"
  2956. tezos-webassembly-interpreter
  2957. tezos-webassembly-interpreter-extra
  2958. tezos-workers
  2959. tezt
  2960. tezt-bam
  2961. tezt-tezos != "18.1"
  2962. theora >= "0.4.0"
  2963. thread-local-storage
  2964. thread-table
  2965. thrift >= "0.10.0"
  2966. tidy >= "5-0.2"
  2967. tidy_email
  2968. tidy_email_mailgun
  2969. tidy_email_sendgrid
  2970. tidy_email_smtp
  2971. tilde_f
  2972. time_now
  2973. timed >= "1.1"
  2974. timedesc
  2975. timedesc-json
  2976. timedesc-sexp
  2977. timedesc-tzdb
  2978. timedesc-tzlocal
  2979. timedesc-tzlocal-js
  2980. timere
  2981. timere-parse
  2982. timezone
  2983. timmy
  2984. timmy-jsoo
  2985. timmy-unix
  2986. tiny_httpd
  2987. tiny_httpd_camlzip
  2988. tip-parser >= "0.4"
  2989. tldr
  2990. tls >= "0.11.0"
  2991. tls-async
  2992. tls-eio
  2993. tls-liquidsoap
  2994. tls-lwt
  2995. tls-mirage
  2996. toc
  2997. tofn
  2998. togglelog
  2999. toml >= "5.0.0"
  3000. toml-cconv
  3001. toml_cconv
  3002. toplevel_backend
  3003. toplevel_expect_test >= "v0.12.0"
  3004. topojson
  3005. topojsone
  3006. topological_sort >= "v0.12.0"
  3007. torch
  3008. tqdm
  3009. trace
  3010. trace-fuchsia
  3011. trace-tef
  3012. tracing
  3013. tracy-client
  3014. trail
  3015. traits
  3016. trampoline
  3017. transept
  3018. traverse
  3019. travesty != "0.6.1"
  3020. travis-opam >= "1.5.0"
  3021. trax >= "0.4.0"
  3022. tree_layout >= "0.2"
  3023. treeprint >= "2.3.0"
  3024. trexio
  3025. trie >= "1.0.0"
  3026. tsdl-image >= "0.3.0"
  3027. tsdl-mixer >= "0.3.0"
  3028. tsdl-ttf >= "0.3"
  3029. tsort
  3030. tty
  3031. tube >= "4.4.0"
  3032. tuntap >= "1.7.0"
  3033. twirp_cohttp_lwt_unix
  3034. twirp_core
  3035. twirp_ezcurl
  3036. twirp_tiny_httpd
  3037. twostep
  3038. tyabt
  3039. type_eq
  3040. type_id
  3041. typeid
  3042. typerep >= "v0.12.0"
  3043. typeset
  3044. tyre >= "0.5"
  3045. tyxml >= "4.3.0"
  3046. tyxml-jsx
  3047. tyxml-lwd
  3048. tyxml-ppx >= "4.3.0"
  3049. tyxml-syntax
  3050. u2f
  3051. ubase
  3052. ubpf >= "0.2"
  3053. uecc >= "0.3"
  3054. uint >= "2.0.1"
  3055. ulid
  3056. um-abt
  3057. unidecode
  3058. unionFind
  3059. unisim_archisec
  3060. unison >= "2.51.4" & < "2.53.4"
  3061. universal-portal
  3062. universo
  3063. unix-errno >= "0.6.0"
  3064. unstrctrd
  3065. uopt
  3066. uri >= "2.2.0"
  3067. uri-bench
  3068. uri-re
  3069. uri-sexp
  3070. uring
  3071. uritemplate
  3072. urn
  3073. user-agent-parser
  3074. username_kernel
  3075. uspf
  3076. uspf-lwt
  3077. uspf-unix
  3078. utop >= "2.3.0"
  3079. uuuu >= "0.1.1"
  3080. validate
  3081. validator
  3082. variantslib >= "v0.12.0"
  3083. varray
  3084. vcaml
  3085. vcardgen >= "1.2"
  3086. vchan >= "4.0.0"
  3087. vchan-unix >= "4.0.0"
  3088. vchan-xen >= "4.0.0"
  3089. vdom
  3090. vec
  3091. vector
  3092. vector3 >= "1.0.0"
  3093. vendredi
  3094. vercel
  3095. versioned_polling_state_rpc
  3096. vhd-format >= "0.12.0"
  3097. vhd-format-lwt >= "0.12.0"
  3098. virtual_dom >= "v0.12.0"
  3099. virtual_dom_toplayer
  3100. visitors >= "20200207"
  3101. vlq >= "0.2.1"
  3102. vlt
  3103. vmnet >= "1.3.2"
  3104. vocal
  3105. voqc
  3106. vorbis >= "0.8.0"
  3107. vpt >= "5.0.0"
  3108. vscoq-language-server
  3109. vue-jsoo
  3110. vue-ppx
  3111. wall >= "0.4"
  3112. wasmer
  3113. wasmtime
  3114. wayland
  3115. waylaunch
  3116. wcwidth
  3117. webauthn
  3118. weberizer >= "0.8"
  3119. webmachine >= "0.6.2"
  3120. websocket >= "2.12"
  3121. websocket-async >= "2.12"
  3122. websocket-lwt >= "2.12"
  3123. websocket-lwt-unix
  3124. websocketaf
  3125. webtest >= "2.0.0"
  3126. webtest-js
  3127. weevil
  3128. why3find
  3129. wikitext
  3130. win-error >= "1.0"
  3131. win-eventlog >= "0.3"
  3132. winsvc
  3133. ws
  3134. ws-server
  3135. wseg
  3136. wtf8 >= "1.0.2"
  3137. wtr
  3138. wtr-ppx
  3139. wu-manber-fuzzy-search
  3140. x509 >= "0.6.3"
  3141. xapi-backtrace >= "0.7"
  3142. xapi-inventory >= "1.2.1"
  3143. xapi-rrd >= "1.8.2"
  3144. xapi-stdext-date
  3145. xapi-stdext-encodings
  3146. xapi-stdext-pervasives
  3147. xapi-stdext-std
  3148. xapi-stdext-threads
  3149. xapi-stdext-unix
  3150. xapi-stdext-zerocheck
  3151. xcursor
  3152. xdg
  3153. xdg-basedir
  3154. xedbindings
  3155. xen-evtchn >= "2.1.0"
  3156. xen-evtchn-unix >= "2.1.0"
  3157. xen-gnt >= "3.1.0"
  3158. xen-gnt-unix >= "3.1.0"
  3159. xenstore >= "2.1.0"
  3160. xenstore_transport >= "1.1.0"
  3161. xmelly
  3162. xml-light >= "2.5"
  3163. xmldiff >= "0.7.0"
  3164. xmldiff_js
  3165. xmlplaylist >= "0.1.5"
  3166. xoshiro
  3167. xtmpl >= "0.19.0"
  3168. xtmpl_js
  3169. xtmpl_ppx
  3170. yaml >= "1.0.0"
  3171. yaml-sexp
  3172. yara >= "0.2"
  3173. yocaml
  3174. yocaml_cmark
  3175. yocaml_git
  3176. yocaml_jingoo
  3177. yocaml_markdown
  3178. yocaml_mustache
  3179. yocaml_syndication
  3180. yocaml_unix
  3181. yocaml_yaml
  3182. yojson >= "1.5.0"
  3183. yojson-bench
  3184. yojson-five
  3185. yurt >= "0.6"
  3186. yuscii >= "0.2.1"
  3187. yuujinchou
  3188. zanuda
  3189. zar
  3190. zarith-ppx
  3191. zarith_stubs_js
  3192. zed >= "2.0"
  3193. zeit
  3194. zelus
  3195. zelus-gtk
  3196. zipperposition >= "1.5.1"
  3197. zipperposition-tools
  3198. zlib >= "0.6"
  3199. zlist >= "0.4.0"
  3200. zmq >= "5.1.0"
  3201. zmq-async >= "5.1.0"
  3202. zmq-eio
  3203. zmq-lwt >= "5.1.0"
  3204. zstandard >= "v0.12.1"
  3205. zstd >= "0.3"
  3206. 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.