package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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