package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.13.0.tbz
sha256=f1801257e01c846bd71017ec5d4b2b75fd31b20a0d5979b933b37cc8453678de
sha512=850667439ecc75b3a94ee99d5894e0fb0cc03378cec9101f960045004b15143a7e245f5ed938dc1226695fd7fedf875ff10528db2a35935fdcbc0d7f0c959847

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 19 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 < "1.0.0" | >= "1.2.1"
  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. bam
  159. bam-ppx
  160. bare_encoding
  161. bark
  162. base >= "v0.12.0"
  163. base32
  164. base64 >= "2.3.0"
  165. base_bigstring
  166. base_quickcheck >= "v0.12.1"
  167. base_trie
  168. bastet
  169. bastet_async
  170. bastet_lwt
  171. batch_jaro_winkler
  172. batsat
  173. batteries >= "3.7.1"
  174. bddrand
  175. bech32
  176. bechamel
  177. bechamel-js
  178. bechamel-notty
  179. bechamel-perf
  180. beluga >= "1.0"
  181. benchmark >= "1.6"
  182. benchpress
  183. benchpress-server
  184. bencode >= "2.0"
  185. bentov
  186. bestline
  187. bheap >= "2.0.0"
  188. bidirectional_map
  189. bigarray-compat
  190. bigarray-overlap
  191. bigdecimal
  192. bignum >= "v0.12.0"
  193. bigstring >= "0.3"
  194. bigstring-unix >= "0.3"
  195. bigstringaf >= "0.5.0"
  196. bimage
  197. bimage-display
  198. bimage-gtk
  199. bimage-io
  200. bimage-lwt
  201. bimage-sdl
  202. bimage-unix
  203. bimap
  204. bin_prot >= "v0.12.0"
  205. bin_tree
  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. 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. ceph
  345. certify >= "0.3.0"
  346. cf
  347. cf-lwt
  348. cfg >= "2.2.0"
  349. cfml
  350. cfstream >= "1.3.1"
  351. chacha
  352. chamelon-unix
  353. chamo >= "4.0"
  354. charInfo_width
  355. charrua
  356. charrua-client >= "0.11.2"
  357. charrua-client-lwt >= "0.11.2"
  358. charrua-client-mirage >= "0.11.2"
  359. charrua-core >= "0.11.2"
  360. charrua-server
  361. charrua-unix >= "0.11.2"
  362. charset
  363. chartjs
  364. chartjs-annotation
  365. chartjs-colorschemes
  366. chartjs-datalabels
  367. chartjs-streaming
  368. chase
  369. checkseum = "0.0.3" | >= "0.2.1"
  370. choice >= "0.4"
  371. chrome-trace
  372. cid
  373. cinaps >= "v0.12.0"
  374. clangml >= "4.0.0"
  375. clangml-transforms >= "0.24"
  376. clap >= "0.2.0"
  377. clarity >= "0.4.0"
  378. clarity-lang
  379. class_group_vdf
  380. clim
  381. clim-ppx
  382. cll
  383. clp_operations
  384. clz
  385. cmarker
  386. cmdliner-stdlib
  387. cmon
  388. coap
  389. coap-core
  390. coap-server-lwt
  391. codept >= "0.10.3" & != "0.11.1"
  392. codicons
  393. cohttp >= "1.1.1"
  394. cohttp-async >= "1.1.1"
  395. cohttp-curl
  396. cohttp-curl-async
  397. cohttp-curl-lwt
  398. cohttp-eio
  399. cohttp-lwt >= "1.1.1"
  400. cohttp-lwt-jsoo >= "1.1.1"
  401. cohttp-lwt-unix >= "1.1.1"
  402. cohttp-lwt-unix-nossl
  403. cohttp-lwt-unix-ssl
  404. cohttp-mirage >= "1.1.1"
  405. cohttp-server-lwt-unix
  406. cohttp-top >= "1.1.1"
  407. cohttp_async_websocket
  408. cohttp_static_handler
  409. coin >= "0.1.1"
  410. colibri2
  411. colombe
  412. color >= "0.2.0"
  413. color-brewery
  414. colors
  415. combinaml
  416. combinat
  417. comby >= "1.4.0"
  418. comby-kernel
  419. comby-semantic
  420. command_rpc >= "v0.12.0"
  421. conan
  422. conan-cli
  423. conan-database
  424. conan-lwt
  425. conan-unix
  426. conduit >= "1.3.0"
  427. conduit-async >= "1.3.0"
  428. conduit-async-ssl
  429. conduit-async-tls
  430. conduit-lwt >= "1.3.0"
  431. conduit-lwt-ssl
  432. conduit-lwt-tls
  433. conduit-lwt-unix >= "1.3.0"
  434. conduit-mirage
  435. conduit-tls
  436. conex >= "0.10.0"
  437. conex-mirage-crypto
  438. conex-nocrypto
  439. confero
  440. config
  441. config-file >= "1.2.1"
  442. conformist
  443. containers >= "2.4"
  444. containers-data
  445. containers-thread
  446. content_security_policy
  447. cookie
  448. cookies
  449. coq >= "8.14.0"
  450. coq-core
  451. coq-lsp
  452. coq-of-ocaml >= "2.4.1"
  453. coq-serapi >= "8.9.0+0.6.0"
  454. coq-stdlib
  455. coq-waterproof
  456. coqide >= "8.14.0"
  457. coqide-server
  458. core >= "v0.12.0"
  459. core-and-more
  460. core_bench >= "v0.12.0"
  461. core_compat
  462. core_extended >= "v0.12.0"
  463. core_kernel >= "v0.12.3"
  464. core_profiler >= "v0.12.0"
  465. core_unix
  466. cosovo
  467. cow >= "2.4.0"
  468. cowabloga >= "0.5.0"
  469. cpm >= "12.1.2"
  470. cppo >= "1.6.6"
  471. cppo_ocamlbuild >= "1.6.6"
  472. cps_toolbox
  473. cpu
  474. cpuid >= "0.1.2"
  475. crc >= "2.1.0"
  476. crlibm >= "0.3"
  477. crontab
  478. crowbar >= "0.2"
  479. crunch >= "2.2.0"
  480. cry >= "0.6.5"
  481. cryptokit >= "1.16.1"
  482. csexp
  483. css
  484. css-parser
  485. cstruct >= "3.3.0"
  486. cstruct-async >= "3.3.0"
  487. cstruct-lwt >= "3.3.0"
  488. cstruct-sexp
  489. cstruct-unix >= "3.3.0"
  490. csv >= "2.2"
  491. csv-lwt >= "2.1"
  492. csvfields >= "v0.12.0"
  493. csvtool
  494. ctoxml
  495. ctypes >= "0.21.1"
  496. ctypes-foreign >= "0.21.1"
  497. ctypes-zarith
  498. ctypes_stubs_js
  499. cucumber
  500. cudajit
  501. cudf >= "0.10"
  502. cue_sheet_maker
  503. cuid >= "0.2"
  504. cumulus
  505. curly >= "0.2.0"
  506. current
  507. current-albatross-deployer
  508. current-web-pipelines
  509. current_ansi
  510. current_docker
  511. current_examples
  512. current_git
  513. current_github
  514. current_gitlab
  515. current_incr
  516. current_ocluster
  517. current_rpc
  518. current_slack
  519. current_ssh
  520. current_web
  521. curses >= "1.0.9"
  522. curve-sampling
  523. cvc5
  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"
  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" & < "28.1"
  835. frama-c-metacsl >= "0.4"
  836. frama-clang
  837. fred
  838. freetds >= "0.7"
  839. frei0r >= "0.1.2"
  840. frenetic >= "5.0.5"
  841. fromager
  842. fsevents
  843. fsevents-lwt
  844. fsml
  845. fswatch
  846. fswatch_async
  847. fswatch_lwt
  848. fun-postgresql
  849. fun-sql
  850. fun-sqlite
  851. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  852. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  853. fuseau
  854. fuseau-lwt
  855. fuzzy_compare
  856. fuzzy_match
  857. fzf
  858. General >= "0.6.0"
  859. GT
  860. gapi-ocaml >= "0.3.7"
  861. gbddml
  862. gccjit
  863. gd >= "1.1"
  864. gdbprofiler >= "0.4"
  865. gel
  866. gemini >= "0.3.0"
  867. gen >= "0.5.2"
  868. gen_js_api >= "1.0.6"
  869. genprint
  870. genspio >= "0.0.3"
  871. genspir >= "1.0.1"
  872. geojson
  873. geojsone
  874. geoml
  875. get_line >= "7.0.0"
  876. getopt >= "20230213"
  877. gettext >= "0.4.1"
  878. gettext-camomile
  879. gettext-stub
  880. git >= "2.0.0"
  881. git-cohttp
  882. git-cohttp-mirage
  883. git-cohttp-unix
  884. git-http >= "2.0.0"
  885. git-kv
  886. git-mirage >= "2.0.0"
  887. git-paf
  888. git-unix >= "2.0.0"
  889. github >= "4.0.0"
  890. github-data
  891. github-hooks >= "0.4.0"
  892. github-hooks-unix >= "0.4.0"
  893. github-jsoo >= "4.0.0"
  894. github-unix >= "4.0.0"
  895. gitlab
  896. gitlab-jsoo
  897. gitlab-unix
  898. gitlab_pipeline_notifier
  899. glfw-ocaml
  900. globlon
  901. gluon
  902. gluten
  903. gluten-async
  904. gluten-eio
  905. gluten-lwt
  906. gluten-lwt-unix
  907. gluten-mirage
  908. gmap >= "0.2.1"
  909. gmp
  910. gnuplot >= "0.6"
  911. gobba
  912. gobject-introspection
  913. goblint >= "1.1.1"
  914. goblint-cil >= "1.8.0"
  915. google-drive-ocamlfuse >= "0.6.26"
  916. gopcaml-mode >= "0.0.2"
  917. gopcaml-mode-merlin
  918. gospel
  919. gotd
  920. gperftools >= "0.4"
  921. gpiod
  922. gpr >= "1.4.0"
  923. gpt
  924. gr
  925. grace
  926. gradescope_submit
  927. graphics >= "5.0.0"
  928. graphql >= "0.8.0"
  929. graphql-async >= "0.8.0"
  930. graphql-cohttp >= "0.9.0"
  931. graphql-lwt >= "0.8.0"
  932. graphql_jsoo_client
  933. graphql_parser >= "0.9.0"
  934. graphql_ppx >= "0.7.1"
  935. graphv
  936. graphv_core
  937. graphv_core_lib
  938. graphv_font
  939. graphv_font_js
  940. graphv_font_stb_truetype
  941. graphv_gles2
  942. graphv_gles2_native
  943. graphv_gles2_native_impl
  944. graphv_webgl
  945. graphv_webgl_impl
  946. gremlin
  947. grenier >= "0.8"
  948. grid
  949. grpc
  950. grpc-async
  951. grpc-bench
  952. grpc-eio
  953. grpc-examples
  954. grpc-lwt
  955. gsl >= "1.24.0"
  956. gstreamer >= "0.3.1"
  957. guardian
  958. guile
  959. h1_parser
  960. h2
  961. h2-async
  962. h2-eio
  963. h2-lwt
  964. h2-lwt-unix
  965. h2-mirage
  966. hack_parallel >= "1.0.0"
  967. hacl-star
  968. hacl-star-raw >= "0.5.0"
  969. hacl_func
  970. hacl_x25519
  971. happy-eyeballs
  972. happy-eyeballs-lwt
  973. happy-eyeballs-mirage
  974. hardcaml >= "v0.12.0"
  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. httph
  1032. httpun
  1033. httpun-async
  1034. httpun-eio
  1035. httpun-lwt
  1036. httpun-lwt-unix
  1037. httpun-mirage
  1038. httpun-types
  1039. httpun-ws
  1040. httpun-ws-async
  1041. httpun-ws-eio
  1042. httpun-ws-lwt
  1043. httpun-ws-lwt-unix
  1044. httpun-ws-mirage
  1045. huffman
  1046. hvsock >= "2.0.0"
  1047. hxd
  1048. hyper
  1049. ISO3166
  1050. ISO8601 >= "0.2.6"
  1051. i3ipc >= "0.1.4"
  1052. icalendar
  1053. idd
  1054. idds
  1055. imagelib >= "20200929"
  1056. incr_dom >= "v0.12.0"
  1057. incr_dom_interactive
  1058. incr_dom_keyboard
  1059. incr_dom_partial_render
  1060. incr_dom_sexp_form
  1061. incr_dom_widgets >= "v0.12.0"
  1062. incr_map >= "v0.12.0"
  1063. incr_select >= "v0.12.0"
  1064. incremental >= "v0.12.0"
  1065. indentation_buffer
  1066. index
  1067. index-bench
  1068. inferno >= "20190924"
  1069. influxdb
  1070. influxdb-async
  1071. influxdb-lwt
  1072. inotify >= "2.4"
  1073. inotify-eio
  1074. inquire
  1075. inquirer_oc
  1076. int_repr
  1077. integers >= "0.3.0"
  1078. integers_stubs_js
  1079. integration1d >= "0.5.1"
  1080. interface-prime
  1081. interface-prime-lwt
  1082. interval >= "1.5" & < "1.6"
  1083. interval-map
  1084. interval_base
  1085. interval_crlibm
  1086. interval_intel
  1087. io-page >= "2.1.0"
  1088. io-page-unix >= "2.1.0"
  1089. io-page-xen >= "2.1.0"
  1090. iomux
  1091. iostream
  1092. iostream-camlzip
  1093. ip2location
  1094. ip2whois
  1095. ipaddr >= "2.9.0"
  1096. ipaddr-cstruct
  1097. ipaddr-sexp
  1098. irc-client >= "0.6.2"
  1099. irc-client-lwt >= "0.6.2"
  1100. irc-client-lwt-ssl
  1101. irc-client-tls >= "0.6.2"
  1102. irc-client-unix >= "0.6.2"
  1103. iri >= "0.6.0"
  1104. irmin >= "2.0.0"
  1105. irmin-bench
  1106. irmin-chunk >= "2.0.0"
  1107. irmin-cli
  1108. irmin-client
  1109. irmin-containers
  1110. irmin-fs >= "2.0.0"
  1111. irmin-git >= "2.0.0"
  1112. irmin-graphql
  1113. irmin-http >= "2.0.0"
  1114. irmin-indexeddb >= "2.0"
  1115. irmin-layers
  1116. irmin-mem >= "2.0.0"
  1117. irmin-mirage >= "2.0.0"
  1118. irmin-mirage-git
  1119. irmin-mirage-graphql
  1120. irmin-pack
  1121. irmin-pack-tools
  1122. irmin-server
  1123. irmin-test
  1124. irmin-tezos
  1125. irmin-tezos-utils
  1126. irmin-unix >= "2.0.0"
  1127. irmin-watcher >= "0.5.0"
  1128. iso639
  1129. iter >= "1.4"
  1130. itv-tree >= "2.2"
  1131. JsOfOCairo >= "2.0.0"
  1132. jane-street-headers >= "v0.12.0"
  1133. jane_rope
  1134. janestreet_cpuid
  1135. janestreet_csv
  1136. janestreet_lru_cache
  1137. jasmin >= "2023.06.0"
  1138. jekyll-format >= "0.2.0"
  1139. jemalloc >= "0.2"
  1140. jerboa
  1141. jext
  1142. jhupllib >= "0.2.1"
  1143. jingoo >= "1.3.0"
  1144. jose
  1145. js_of_ocaml >= "3.3.0"
  1146. js_of_ocaml-compiler >= "3.3.0"
  1147. js_of_ocaml-lwt >= "3.3.0"
  1148. js_of_ocaml-ocamlbuild >= "3.5.0"
  1149. js_of_ocaml-ppx >= "3.3.0"
  1150. js_of_ocaml-ppx_deriving_json >= "3.3.0"
  1151. js_of_ocaml-toplevel >= "3.3.0"
  1152. js_of_ocaml-tyxml >= "3.3.0"
  1153. js_of_ocaml-webgpu
  1154. js_of_ocaml-webidl
  1155. js_of_ocaml_patches
  1156. json-data-encoding
  1157. json-data-encoding-browser
  1158. json-data-encoding-bson
  1159. json_decoder
  1160. jsonaf
  1161. jsonoo
  1162. jsonrpc
  1163. jsonschema2atd
  1164. jsonxt
  1165. jsoo-react
  1166. jsoo_broadcastchannel >= "2.0.0"
  1167. jsoo_storage >= "1.0.1"
  1168. jst-config
  1169. junit >= "2.0.1"
  1170. junit_alcotest >= "2.0.1"
  1171. junit_ounit >= "2.0.1"
  1172. jupyter >= "2.3.2"
  1173. jupyter-archimedes >= "2.3.2"
  1174. jupyter-kernel >= "0.4"
  1175. jwto
  1176. kafka >= "0.5"
  1177. kafka_async
  1178. kafka_lwt
  1179. kappa-agents
  1180. kappa-binaries
  1181. kappa-library
  1182. kappa-server
  1183. kcas < "0.7.0"
  1184. kcas_data < "0.7.0"
  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 < "0.1.1"
  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. lzo >= "0.0.3"
  1338. m_tree
  1339. macaddr
  1340. macaddr-cstruct
  1341. macaddr-sexp
  1342. mad >= "0.5.0"
  1343. magic-mime >= "1.1.2"
  1344. magic-trace
  1345. make-random
  1346. malfunction >= "0.3"
  1347. man_in_the_middle_debugger
  1348. markdown
  1349. markup >= "0.8.0"
  1350. markup-lwt
  1351. mastodon-archive-viewer >= "0.2"
  1352. matita
  1353. matplotlib
  1354. mbr-format >= "1.0.0"
  1355. mc2
  1356. mccs >= "1.1+10"
  1357. md2mld
  1358. mdx != "1.7.0"
  1359. mec
  1360. mechaml >= "1.1.0"
  1361. mehari
  1362. mehari-eio
  1363. mehari-eio-unix
  1364. mehari-lwt-unix
  1365. mehari-mirage
  1366. mel
  1367. melange != "4.0.0-52"
  1368. melange-atdgen-codec-runtime
  1369. melange-compiler-libs
  1370. melange-fest
  1371. melange-fetch
  1372. melange-jest
  1373. melange-json
  1374. melange-moment
  1375. melange-numeral
  1376. melange-radix-icons
  1377. melange-react-dates
  1378. melange-react-query
  1379. melange-recharts
  1380. melange-testing-library
  1381. melange-webapi
  1382. meldep
  1383. mem_usage
  1384. memcad >= "1.1.0"
  1385. memgraph
  1386. memgraph_kitty
  1387. memo
  1388. memprof-limits
  1389. memtrace
  1390. memtrace-mirage
  1391. memtrace_viewer
  1392. menhir >= "20200123"
  1393. menhirCST
  1394. menhirLib
  1395. menhirSdk
  1396. merge-fmt
  1397. merlin >= "3.2.1"
  1398. merlin-extend >= "0.4"
  1399. merlin-lib
  1400. mesh >= "0.9.5"
  1401. mesh-easymesh >= "0.9.5"
  1402. mesh-graphics >= "0.9.5"
  1403. mesh-triangle >= "0.9.5"
  1404. metadata
  1405. metadb
  1406. metapp
  1407. metaquot
  1408. metrics
  1409. metrics-influx
  1410. metrics-lwt
  1411. metrics-mirage
  1412. metrics-rusage
  1413. metrics-unix
  1414. mew
  1415. mew_vi
  1416. middleware
  1417. mimic
  1418. mimic-happy-eyeballs
  1419. mindstorm >= "0.8"
  1420. mindstorm-lwt
  1421. minicaml
  1422. minicli >= "5.0.2"
  1423. minisat >= "0.3"
  1424. minttea
  1425. miou
  1426. mirage >= "3.3.0"
  1427. mirage-block >= "1.2.0"
  1428. mirage-block-ccm >= "1.1.0"
  1429. mirage-block-combinators
  1430. mirage-block-lwt >= "1.2.0"
  1431. mirage-block-partition
  1432. mirage-block-ramdisk >= "0.4"
  1433. mirage-block-solo5 >= "0.6.0"
  1434. mirage-block-unix >= "2.11.0"
  1435. mirage-block-xen >= "1.6.0"
  1436. mirage-bootvar
  1437. mirage-bootvar-solo5 >= "0.6.0"
  1438. mirage-bootvar-unix
  1439. mirage-bootvar-xen >= "0.6.0"
  1440. mirage-channel >= "3.2.0"
  1441. mirage-channel-lwt >= "3.2.0"
  1442. mirage-clock >= "2.0.0"
  1443. mirage-clock-freestanding >= "2.0.0"
  1444. mirage-clock-lwt >= "2.0.0"
  1445. mirage-clock-solo5
  1446. mirage-clock-unix >= "2.0.0"
  1447. mirage-conduit = "1.3.0" | >= "3.1.0"
  1448. mirage-console >= "2.4.0"
  1449. mirage-console-lwt >= "2.4.0"
  1450. mirage-console-solo5 >= "0.6.0"
  1451. mirage-console-unix >= "2.4.1"
  1452. mirage-console-xen >= "2.4.0"
  1453. mirage-console-xen-backend >= "2.4.0"
  1454. mirage-console-xen-proto >= "2.4.0"
  1455. mirage-crypto
  1456. mirage-crypto-ec
  1457. mirage-crypto-entropy
  1458. mirage-crypto-pk
  1459. mirage-crypto-rng
  1460. mirage-crypto-rng-async
  1461. mirage-crypto-rng-eio
  1462. mirage-crypto-rng-lwt
  1463. mirage-crypto-rng-miou-unix
  1464. mirage-crypto-rng-mirage
  1465. mirage-device >= "1.2.0"
  1466. mirage-dns >= "3.1.0"
  1467. mirage-entropy >= "0.5.1"
  1468. mirage-flow >= "1.6.0"
  1469. mirage-flow-combinators
  1470. mirage-flow-lwt >= "1.6.0"
  1471. mirage-flow-rawlink >= "1.1.0"
  1472. mirage-flow-unix >= "1.6.0"
  1473. mirage-fs >= "1.2.0"
  1474. mirage-fs-lwt >= "1.2.0"
  1475. mirage-fs-mem
  1476. mirage-fs-unix >= "1.6.0"
  1477. mirage-kv >= "2.0.0"
  1478. mirage-kv-lwt >= "2.0.0"
  1479. mirage-kv-mem
  1480. mirage-kv-unix
  1481. mirage-logs >= "1.0.0"
  1482. mirage-monitoring
  1483. mirage-nat >= "1.1.0"
  1484. mirage-net >= "2.0.0"
  1485. mirage-net-lwt >= "2.0.0"
  1486. mirage-net-macosx >= "1.5.0"
  1487. mirage-net-solo5 >= "0.4.3"
  1488. mirage-net-unix >= "2.5.0"
  1489. mirage-net-xen >= "1.9.0"
  1490. mirage-profile >= "0.9.0"
  1491. mirage-profile-unix >= "0.9.0"
  1492. mirage-profile-xen >= "0.9.0"
  1493. mirage-protocols >= "2.0.0"
  1494. mirage-protocols-lwt >= "2.0.0"
  1495. mirage-qubes >= "0.7.0"
  1496. mirage-qubes-ipv4 >= "0.7.0"
  1497. mirage-random >= "1.2.0"
  1498. mirage-random-stdlib
  1499. mirage-random-test
  1500. mirage-runtime >= "3.3.0"
  1501. mirage-solo5 >= "0.6.2"
  1502. mirage-stack >= "1.4.0"
  1503. mirage-stack-lwt >= "1.4.0"
  1504. mirage-time >= "1.3.0"
  1505. mirage-time-lwt >= "1.3.0"
  1506. mirage-time-unix >= "1.3.0"
  1507. mirage-types >= "3.3.0"
  1508. mirage-types-lwt >= "3.3.0"
  1509. mirage-unix >= "3.2.0"
  1510. mirage-vnetif >= "0.4.2"
  1511. mirage-vnetif-stack
  1512. mirage-xen >= "3.2.0"
  1513. mjson
  1514. mkaudio >= "1.1.0"
  1515. mkocaml
  1516. mlbdd >= "0.7.2"
  1517. mlfenv
  1518. mlmpfr >= "4.0.2+dune"
  1519. mlpost >= "0.9"
  1520. mlpost-lablgtk
  1521. mlt_parser >= "v0.12.0"
  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. mopsa
  1537. morbig >= "0.10.3"
  1538. morsmall
  1539. moss >= "0.1.1"
  1540. mparser >= "1.3"
  1541. mparser-pcre
  1542. mparser-re
  1543. mperf
  1544. mpg123
  1545. mpp >= "0.3.4"
  1546. mpris >= "0.2.0"
  1547. mpris-clients
  1548. mqtt >= "0.2.2"
  1549. mrmime
  1550. mrt-format >= "0.3.1"
  1551. msat >= "0.8"
  1552. msat-bin
  1553. msgpck >= "1.5"
  1554. msgpck-repr
  1555. mssql
  1556. mugen
  1557. mula
  1558. multibase
  1559. multicodec
  1560. multicont = "1.0.1"
  1561. multicore-bench < "0.1.2"
  1562. multicore-magic < "2.2.0"
  1563. multihash
  1564. multihash-digestif
  1565. multipart-form-data >= "0.3.0"
  1566. multipart_form
  1567. multipart_form-cohttp-lwt
  1568. multipart_form-eio
  1569. multipart_form-lwt
  1570. murmur3 >= "0.3"
  1571. mustache >= "3.1.0"
  1572. mustache-cli
  1573. mutaml
  1574. mutf8
  1575. mwt
  1576. mybuild >= "7"
  1577. mysql8
  1578. mysql_protocol >= "3.0.1"
  1579. n_ary
  1580. naboris
  1581. nacc
  1582. nanoid
  1583. nanosvg
  1584. nanosvg_text
  1585. nbd >= "4.0.3"
  1586. nbd-tool
  1587. nbd-unix
  1588. netchannel >= "1.9.0"
  1589. netkat
  1590. netlink >= "0.3.4"
  1591. netsnmp
  1592. neural_nets_lib
  1593. nice_parser
  1594. ninja_utils
  1595. niru
  1596. nloge
  1597. nlopt
  1598. nmea
  1599. noCanren >= "0.3.0~alpha1"
  1600. nocoiner
  1601. node_of_ocaml
  1602. noise
  1603. nomad
  1604. non_empty_list
  1605. nottui
  1606. nottui-lwt
  1607. nottui-pretty
  1608. notty >= "0.2.3"
  1609. notty_async >= "v0.12.0"
  1610. np
  1611. npy >= "0.0.9"
  1612. nsq >= "0.4.0"
  1613. numeric_string
  1614. nuscr
  1615. OCADml
  1616. OCanren
  1617. OCanren-ppx
  1618. OSCADml
  1619. obeam
  1620. obelisk >= "0.5.0"
  1621. obuilder
  1622. obuilder-spec
  1623. obus >= "1.2.0"
  1624. ocal >= "0.2.2"
  1625. ocaml-canvas
  1626. ocaml-compiler-libs >= "v0.12.0"
  1627. ocaml-embed-file
  1628. ocaml-in-python
  1629. ocaml-index
  1630. ocaml-lsp-server
  1631. ocaml-lua >= "1.8"
  1632. ocaml-migrate-parsetree >= "1.2.0"
  1633. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1634. ocaml-monadic >= "0.4.1"
  1635. ocaml-print-intf
  1636. ocaml-probes
  1637. ocaml-protoc >= "2.0.1"
  1638. ocaml-protoc-plugin
  1639. ocaml-r >= "0.1.1"
  1640. ocaml-syntax-shims
  1641. ocaml-systemd >= "1.3"
  1642. ocaml-top >= "1.2.0"
  1643. ocaml-vdom < "transition"
  1644. ocaml-version >= "1.0.0"
  1645. ocaml_db_model
  1646. ocaml_intrinsics
  1647. ocaml_intrinsics_kernel
  1648. ocaml_openapi_generator
  1649. ocaml_pgsql_model
  1650. ocaml_plugin >= "v0.12.0"
  1651. ocamlapi
  1652. ocamlapi_async
  1653. ocamlapi_lwt_unix
  1654. ocamlapi_ppx
  1655. ocamlc-loc
  1656. ocamlcodoc
  1657. ocamldiff >= "1.2"
  1658. ocamlformat >= "0.24.1"
  1659. ocamlformat-lib
  1660. ocamlformat-rpc < "removed"
  1661. ocamlformat-rpc-lib
  1662. ocamlfuse >= "2.7.1-cvs6"
  1663. ocamlgraph >= "2.0.0"
  1664. ocamlgraph_gtk
  1665. ocamline
  1666. ocamlog
  1667. ocamlregextkit
  1668. ocannl_npy
  1669. ocb
  1670. ocf >= "0.8.0"
  1671. ocf_ppx
  1672. ockt
  1673. ocluster != "0.2"
  1674. ocluster-api
  1675. ocluster-worker
  1676. ocolor
  1677. ocp-browser >= "1.1.9"
  1678. ocp-indent >= "1.7.0"
  1679. ocp-indent-nlfork >= "1.5.4"
  1680. ocp-index >= "1.1.9"
  1681. ocp-search
  1682. ocp_reveal
  1683. ocplib-endian >= "1.1"
  1684. ocplib-json-typed-browser
  1685. ocplib-json-typed-bson
  1686. ocplib-simplex >= "0.5"
  1687. ocplib_stuff >= "0.4.0"
  1688. ocsigen-i18n >= "4.0.0"
  1689. ocsigen-ppx-rpc
  1690. ocsigenserver >= "4.0.1"
  1691. ocsipersist
  1692. ocsipersist-dbm
  1693. ocsipersist-dbm-config
  1694. ocsipersist-lib
  1695. ocsipersist-pgsql
  1696. ocsipersist-pgsql-config
  1697. ocsipersist-sqlite
  1698. ocsipersist-sqlite-config
  1699. octavius >= "1.2.2"
  1700. octez-accuser-Proxford >= "19.0"
  1701. octez-accuser-PsParisC
  1702. octez-accuser-PtKathma
  1703. octez-accuser-PtLimaPt
  1704. octez-accuser-PtMumbai
  1705. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1706. octez-accuser-PtParisB
  1707. octez-alcotezt < "17.3" | >= "19.0"
  1708. octez-baker-Proxford >= "19.0"
  1709. octez-baker-PsParisC
  1710. octez-baker-PtKathma
  1711. octez-baker-PtLimaPt
  1712. octez-baker-PtMumbai
  1713. octez-baker-PtNairob < "18.0" | >= "19.0"
  1714. octez-baker-PtParisB
  1715. octez-bls12-381-hash < "17.3"
  1716. octez-bls12-381-polynomial < "17.3"
  1717. octez-bls12-381-signature < "17.3"
  1718. octez-client < "18.0" | >= "19.0"
  1719. octez-codec < "18.0" | >= "19.0"
  1720. octez-crawler < "18.0" | >= "19.0"
  1721. octez-dac-client >= "19.0"
  1722. octez-dac-node >= "19.0"
  1723. octez-dal-node
  1724. octez-distributed-internal < "17.3" | >= "19.0"
  1725. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1726. octez-injector < "18.0" | >= "19.0"
  1727. octez-internal-libs
  1728. octez-l2-libs >= "19.0"
  1729. octez-libs >= "19.0"
  1730. octez-mec < "17.3"
  1731. octez-node < "18.0" | >= "19.0"
  1732. octez-node-config < "18.0" | >= "19.0"
  1733. octez-plompiler
  1734. octez-plonk
  1735. octez-polynomial < "17.3"
  1736. octez-proto-libs >= "19.0"
  1737. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1738. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1739. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1740. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1741. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1742. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1743. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1744. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1745. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1746. octez-protocol-009-PsFLoren-libs >= "19.0"
  1747. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1748. octez-protocol-011-PtHangz2-libs >= "19.0"
  1749. octez-protocol-012-Psithaca-libs >= "19.0"
  1750. octez-protocol-013-PtJakart-libs >= "19.0"
  1751. octez-protocol-014-PtKathma-libs >= "19.0"
  1752. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1753. octez-protocol-016-PtMumbai-libs >= "19.0"
  1754. octez-protocol-017-PtNairob-libs >= "19.0"
  1755. octez-protocol-018-Proxford-libs >= "19.0"
  1756. octez-protocol-019-PtParisB-libs
  1757. octez-protocol-020-PsParisC-libs
  1758. octez-protocol-alpha-libs >= "19.0"
  1759. octez-protocol-compiler < "18.0" | >= "19.0"
  1760. octez-proxy-server < "18.0" | >= "19.0"
  1761. octez-rpc-process
  1762. octez-shell-libs >= "19.0"
  1763. octez-signer < "18.0" | >= "19.0"
  1764. octez-smart-rollup-client-PtMumbai
  1765. octez-smart-rollup-client-PtNairob < "18.0"
  1766. octez-smart-rollup-node != "18.1"
  1767. octez-smart-rollup-node-alpha >= "19.0"
  1768. octez-smart-rollup-node-lib >= "19.0"
  1769. octez-smart-rollup-node-Proxford >= "19.0"
  1770. octez-smart-rollup-node-PsParisC
  1771. octez-smart-rollup-node-PtMumbai
  1772. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1773. octez-smart-rollup-node-PtParisB
  1774. octez-smart-rollup-wasm-benchmark-lib
  1775. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1776. octez-smart-rollup-wasm-debugger-lib
  1777. octez-smart-rollup-wasm-debugger-plugin
  1778. octez-tx-rollup-client-PtKathma
  1779. octez-tx-rollup-client-PtLimaPt
  1780. octez-tx-rollup-node-PtKathma
  1781. octez-tx-rollup-node-PtLimaPt
  1782. octez-validator
  1783. octez-version >= "19.0"
  1784. odash
  1785. odate >= "0.6"
  1786. odds >= "1.1"
  1787. odep
  1788. odepack >= "0.6.9"
  1789. odnnr
  1790. odoc >= "1.4.0"
  1791. odoc-parser
  1792. of_json
  1793. offheap
  1794. oframl
  1795. ogg = "0.6.0" | >= "0.7.0"
  1796. ohex
  1797. oidc
  1798. ojo
  1799. ojs
  1800. ojs_base
  1801. ojs_base_all
  1802. ojs_base_ppx
  1803. ojs_ed
  1804. ojs_filetree
  1805. ojs_list
  1806. olinq >= "0.3"
  1807. oma
  1808. omd >= "1.3.2"
  1809. ometrics
  1810. omg
  1811. omigrate
  1812. omlr >= "1.0.3"
  1813. omtl
  1814. oneffs
  1815. oniguruma
  1816. opam-0install
  1817. opam-0install-cudf
  1818. opam-bin >= "1.0.0"
  1819. opam-build
  1820. opam-check-npm-deps
  1821. opam-client >= "2.0.2"
  1822. opam-compiler
  1823. opam-core >= "2.0.2"
  1824. opam-custom-install
  1825. opam-devel >= "2.0.2"
  1826. opam-dune-lint >= "0.3"
  1827. opam-ed >= "0.4"
  1828. opam-file-format >= "2.1.0" & < "2.1.5"
  1829. opam-format >= "2.0.2"
  1830. opam-graph
  1831. opam-grep >= "0.2.0"
  1832. opam-installer >= "2.0.2"
  1833. opam-monorepo
  1834. opam-package-upgrade >= "0.2"
  1835. opam-publish >= "2.0.2"
  1836. opam-repository >= "2.0.2"
  1837. opam-solver >= "2.0.2"
  1838. opam-spin
  1839. opam-state >= "2.0.2"
  1840. opam-test
  1841. opam2web >= "2.0"
  1842. opam_bin_lib != "0.9.5"
  1843. opasswd >= "1.3.1"
  1844. opazl
  1845. openai
  1846. openai-gym
  1847. openapi
  1848. openapi_router
  1849. opencc0
  1850. opencc1
  1851. opencc1_1
  1852. openQASM
  1853. openstellina
  1854. opentelemetry
  1855. opentelemetry-client-cohttp-lwt
  1856. opentelemetry-client-ocurl
  1857. opentelemetry-cohttp-lwt
  1858. opentelemetry-lwt
  1859. opine
  1860. opium >= "0.17.0"
  1861. opium-graphql
  1862. opium-testing
  1863. opium_kernel >= "0.17.0"
  1864. oplot
  1865. oplsr
  1866. opomodoro
  1867. opsian
  1868. optal
  1869. opti
  1870. optimization1d >= "0.6.1"
  1871. optiml-transport
  1872. optint >= "0.0.2"
  1873. opus >= "0.2.0"
  1874. oraft
  1875. oranger >= "2.0.1"
  1876. order-i3-xfce
  1877. ordering
  1878. ordinal
  1879. ordinal_abbreviation
  1880. ordma >= "0.0.5"
  1881. orec >= "1.0.1"
  1882. orewa
  1883. orf
  1884. orgeat
  1885. orpie
  1886. orrandomForest
  1887. orsvm_e1071 >= "4.0.0"
  1888. ortac-core
  1889. ortac-dune
  1890. ortac-qcheck-stm
  1891. ortac-runtime
  1892. ortac-runtime-qcheck-stm
  1893. orxgboost >= "1.1.0"
  1894. osc >= "0.2.0"
  1895. osc-lwt
  1896. osc-unix
  1897. osdp >= "1.1.1"
  1898. oseq >= "0.2"
  1899. osh
  1900. oskel
  1901. osnap
  1902. osx-secure-transport >= "0.1.1"
  1903. otf
  1904. otoggl
  1905. otoml
  1906. otr >= "0.3.6"
  1907. ounit = "2.1.2"
  1908. ounit-lwt < "2.2.0"
  1909. ounit2
  1910. ounit2-lwt
  1911. override
  1912. owee >= "0.3"
  1913. owi
  1914. owl >= "0.4.0"
  1915. owl-base >= "0.4.0"
  1916. owl-jupyter
  1917. owl-ode
  1918. owl-ode-base
  1919. owl-ode-odepack
  1920. owl-ode-sundials
  1921. owl-opt
  1922. owl-opt-lbfgs
  1923. owl-plplot
  1924. owl-symbolic
  1925. owl-top >= "0.4.0"
  1926. owl-zoo >= "0.4.0"
  1927. owork
  1928. ozulip
  1929. p4pp
  1930. p5scm
  1931. packstream
  1932. pacomb
  1933. paf
  1934. paf-cohttp
  1935. paf-le
  1936. pam
  1937. pancake
  1938. pandoc
  1939. pandoc-abbreviations
  1940. pandoc-comment
  1941. pandoc-crossref
  1942. pandoc-include
  1943. pandoc-inspect
  1944. pandoc-pdf2png
  1945. pandoc-replace
  1946. papi >= "0.1.1"
  1947. par_incr
  1948. parany >= "7.0.2"
  1949. pardi >= "2.0.2"
  1950. pari
  1951. pari-bindings
  1952. parmap >= "1.1.1"
  1953. parse-argv >= "0.2.0"
  1954. parsexp >= "v0.12.0"
  1955. parsexp_io >= "v0.12.0"
  1956. parsite
  1957. parsley
  1958. passage
  1959. patch
  1960. patdiff >= "v0.12.1"
  1961. path_glob
  1962. patience_diff >= "v0.12.0"
  1963. patoline >= "0.2"
  1964. patricia-tree
  1965. pattern
  1966. pb
  1967. pb-plugin
  1968. pbkdf >= "1.0.0"
  1969. pbrt
  1970. pbrt_services
  1971. pbrt_yojson
  1972. pcap-format >= "0.5.2"
  1973. pcre >= "7.3.5"
  1974. pcre2
  1975. pds-reachability >= "0.2.2"
  1976. pecu >= "0.2"
  1977. petr4
  1978. petrol
  1979. pf-qubes
  1980. pg_query
  1981. pgocaml >= "4.0"
  1982. pgocaml_ppx
  1983. pgx >= "1.0"
  1984. pgx_async >= "1.0"
  1985. pgx_lwt >= "1.0"
  1986. pgx_lwt_mirage
  1987. pgx_lwt_unix
  1988. pgx_unix >= "1.0"
  1989. pgx_value_core
  1990. pgx_value_ptime
  1991. phantom-algebra >= "1.0.1"
  1992. phonetic
  1993. phylogenetics
  1994. piaf
  1995. picasso
  1996. piece_rope
  1997. piqi >= "0.7.8"
  1998. piqilib >= "0.6.16"
  1999. pixel_pusher
  2000. pkcs11 >= "0.18.0"
  2001. pkcs11-cli
  2002. pkcs11-driver
  2003. pkcs11-rev
  2004. pla >= "1.3"
  2005. plateau
  2006. plato
  2007. plebeia
  2008. plist-xml
  2009. plist-xml-lwt
  2010. plotkicadsch >= "0.4.0"
  2011. plotly
  2012. plplot >= "5.11.0-1"
  2013. polars
  2014. polars_async
  2015. polka
  2016. poll
  2017. polling_state_rpc
  2018. polly
  2019. polynomial
  2020. pomap >= "4.1.0"
  2021. popper
  2022. portaudio >= "0.2.2"
  2023. portaudio_c_bindings
  2024. portmidi
  2025. posix-base
  2026. posix-bindings
  2027. posix-getopt >= "2.0.0"
  2028. posix-signal
  2029. posix-socket
  2030. posix-socket-unix
  2031. posix-time2
  2032. posix-types >= "2.0.0"
  2033. posix-uname
  2034. posixat >= "v0.12.0"
  2035. postgres_async
  2036. postgresql >= "4.4.1"
  2037. pp
  2038. pp-binary-ints
  2039. pp_loc
  2040. pprint >= "20200226"
  2041. ppx-owl-opt
  2042. ppx_accessor
  2043. ppx_assert >= "v0.12.0"
  2044. ppx_bap
  2045. ppx_base >= "v0.12.0"
  2046. ppx_bench >= "v0.12.0"
  2047. ppx_bigarray >= "3.0.0"
  2048. ppx_bin_prot >= "v0.12.0"
  2049. ppx_bitstring >= "4.0.0"
  2050. ppx_blob >= "0.6.0"
  2051. ppx_bsx
  2052. ppx_camlrack
  2053. ppx_catch
  2054. ppx_cold
  2055. ppx_compare >= "v0.12.0"
  2056. ppx_compose >= "0.1.0"
  2057. ppx_const >= "2.0"
  2058. ppx_conv_func >= "v0.12.0"
  2059. ppx_counters
  2060. ppx_css
  2061. ppx_cstruct >= "3.3.0"
  2062. ppx_cstubs
  2063. ppx_csv_conv >= "v0.12.0"
  2064. ppx_custom_printf >= "v0.12.0"
  2065. ppx_decimal
  2066. ppx_default
  2067. ppx_defer >= "0.4.0"
  2068. ppx_demo
  2069. ppx_derive_at_runtime
  2070. ppx_derivers >= "1.2.1"
  2071. ppx_deriving = "4.3" | >= "4.5-1"
  2072. ppx_deriving_cad
  2073. ppx_deriving_cmdliner >= "0.5.1"
  2074. ppx_deriving_encoding
  2075. ppx_deriving_hardcaml >= "v0.12.0"
  2076. ppx_deriving_hash
  2077. ppx_deriving_jsoo
  2078. ppx_deriving_madcast >= "0.2"
  2079. ppx_deriving_popper
  2080. ppx_deriving_protobuf >= "2.7"
  2081. ppx_deriving_qcheck
  2082. ppx_deriving_rpc >= "6.1.0"
  2083. ppx_deriving_scad
  2084. ppx_deriving_variant_string
  2085. ppx_deriving_yaml
  2086. ppx_deriving_yojson >= "3.3"
  2087. ppx_diff
  2088. ppx_disable_unused_warnings
  2089. ppx_distr_guards >= "0.2"
  2090. ppx_dream_eml
  2091. ppx_embed_file
  2092. ppx_enum
  2093. ppx_enumerate >= "v0.12.0"
  2094. ppx_expect >= "v0.12.0"
  2095. ppx_factory
  2096. ppx_fail >= "v0.12.0"
  2097. ppx_fast_pipe
  2098. ppx_fields_conv >= "v0.12.0"
  2099. ppx_fixed_literal
  2100. ppx_fun >= "0.0.9"
  2101. ppx_gen_rec >= "1.1.0"
  2102. ppx_getenv >= "2.0"
  2103. ppx_globalize
  2104. ppx_hardcaml >= "v0.17.0"
  2105. ppx_hash >= "v0.12.0"
  2106. ppx_here >= "v0.12.0"
  2107. ppx_ignore_instrumentation
  2108. ppx_import >= "1.5-3-gbd627d5"
  2109. ppx_inline_alcotest
  2110. ppx_inline_test >= "v0.12.0"
  2111. ppx_interact
  2112. ppx_irmin
  2113. ppx_jane >= "v0.12.0"
  2114. ppx_js_style >= "v0.12.0"
  2115. ppx_jsobject_conv >= "0.6.0"
  2116. ppx_jsonaf_conv
  2117. ppx_let >= "v0.12.0"
  2118. ppx_log
  2119. ppx_lun
  2120. ppx_make
  2121. ppx_map
  2122. ppx_matches
  2123. ppx_meta_conv >= "4.0.1"
  2124. ppx_minidebug
  2125. ppx_module_timer
  2126. ppx_monad
  2127. ppx_monoid >= "0.3.2"
  2128. ppx_mysql
  2129. ppx_mysql_identity
  2130. ppx_open
  2131. ppx_optcomp >= "v0.12.0"
  2132. ppx_optint
  2133. ppx_optional >= "v0.12.0"
  2134. ppx_parser
  2135. ppx_pattern_bind
  2136. ppx_pbt
  2137. ppx_pipebang >= "v0.12.0"
  2138. ppx_protocol_conv >= "3.1.0"
  2139. ppx_protocol_conv_json >= "3.1.0"
  2140. ppx_protocol_conv_jsonm
  2141. ppx_protocol_conv_msgpack >= "3.1.0"
  2142. ppx_protocol_conv_xml_light >= "3.1.0"
  2143. ppx_protocol_conv_xmlm
  2144. ppx_protocol_conv_yaml >= "3.1.0"
  2145. ppx_pyformat
  2146. ppx_python
  2147. ppx_quick_test
  2148. ppx_rapper
  2149. ppx_rapper_async
  2150. ppx_rapper_lwt
  2151. ppx_regexp >= "0.4.0"
  2152. ppx_relit
  2153. ppx_repr
  2154. ppx_seq
  2155. ppx_sexp_conv >= "v0.12.0"
  2156. ppx_sexp_message >= "v0.12.0"
  2157. ppx_sexp_value >= "v0.12.0"
  2158. ppx_show
  2159. ppx_stable
  2160. ppx_stable_witness
  2161. ppx_string
  2162. ppx_string_conv
  2163. ppx_string_interpolation
  2164. ppx_subliner
  2165. ppx_system
  2166. ppx_test >= "1.7.0"
  2167. ppx_there
  2168. ppx_tools >= "6.0+4.08.0"
  2169. ppx_tools_versioned >= "5.2.2"
  2170. ppx_trace
  2171. ppx_ts
  2172. ppx_tydi
  2173. ppx_type_directed_value
  2174. ppx_typed_fields
  2175. ppx_typerep_conv >= "v0.12.0"
  2176. ppx_tyre
  2177. ppx_units
  2178. ppx_update
  2179. ppx_variants_conv >= "v0.12.0"
  2180. ppx_viewpattern
  2181. ppx_wideopen
  2182. ppx_xml_conv >= "v0.12.0"
  2183. ppx_yojson
  2184. ppx_yojson_conv
  2185. ppx_yojson_conv_lib
  2186. ppxfind >= "1.3"
  2187. ppxlib >= "0.4.0"
  2188. ppxlib_jane
  2189. ppxx >= "2.4.0"
  2190. pratter
  2191. prbnmcn-basic-structures
  2192. prbnmcn-cgrph
  2193. prbnmcn-clustering
  2194. prbnmcn-dagger
  2195. prbnmcn-dagger-gsl
  2196. prbnmcn-dagger-stats
  2197. prbnmcn-dagger-test
  2198. prbnmcn-gnuplot
  2199. prbnmcn-linalg
  2200. prbnmcn-mcts
  2201. prbnmcn-proptest
  2202. prbnmcn-stats
  2203. prbnmcn-ucb1
  2204. prc
  2205. preface
  2206. prelude
  2207. pretty_expressive
  2208. prettym
  2209. printbox >= "0.3"
  2210. printbox-html
  2211. printbox-md
  2212. printbox-text >= "0.6.1"
  2213. proc-smaps
  2214. process_limits
  2215. processor
  2216. producer
  2217. prof_spacetime >= "0.3.0"
  2218. profiling
  2219. profunctor
  2220. progress
  2221. prom
  2222. prometheus >= "0.6"
  2223. prometheus-app >= "0.6"
  2224. prometheus-liquidsoap >= "2"
  2225. promise
  2226. promise_jsoo
  2227. promise_jsoo_lwt
  2228. protocell
  2229. protocol-9p >= "1.0.0"
  2230. protocol-9p-tool >= "1.0.0"
  2231. protocol-9p-unix >= "1.0.0"
  2232. protocol_version_header >= "v0.12.0"
  2233. prr
  2234. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2235. psq >= "0.1.1"
  2236. ptmap >= "2.0.5"
  2237. ptset >= "1.0.1"
  2238. pulseaudio >= "0.1.4"
  2239. pure-html
  2240. pure-splitmix >= "0.3"
  2241. pvec
  2242. py >= "1.1"
  2243. pyast
  2244. pyml >= "20210924"
  2245. pyml_bindgen >= "0.3.0"
  2246. pyre-ast
  2247. pythonlib
  2248. qbf >= "0.3"
  2249. qcheck >= "0.9"
  2250. qcheck-alcotest
  2251. qcheck-core
  2252. qcheck-lin
  2253. qcheck-multicoretests-util
  2254. qcheck-ounit
  2255. qcheck-stm
  2256. qinap
  2257. qiskit
  2258. qmp >= "0.19.0"
  2259. qrencode >= "0.2"
  2260. qtest >= "2.10.1"
  2261. queenshead
  2262. quests
  2263. quick_print
  2264. quickjs
  2265. radamsa
  2266. radare2 >= "0.0.3"
  2267. randii
  2268. randomconv >= "0.1.1"
  2269. randoml
  2270. range >= "0.8"
  2271. rangeSet
  2272. rankers
  2273. rawlink >= "1.0"
  2274. rawlink-eio
  2275. rawlink-lwt
  2276. raygui
  2277. raylib
  2278. rdbg >= "1.196.12"
  2279. rdf >= "0.13.0"
  2280. rdf_impls
  2281. rdf_json_ld
  2282. rdf_lwt
  2283. rdf_mysql
  2284. rdf_postgresql
  2285. rdf_ppx
  2286. re >= "1.9.0"
  2287. re2 >= "v0.12.1"
  2288. re2_stable
  2289. re_parser
  2290. rea
  2291. reactiveData >= "0.3.0"
  2292. reactjs-jsx-ppx
  2293. readline
  2294. reanalyze
  2295. reason >= "3.5.0"
  2296. reason-react
  2297. reason-react-ppx
  2298. reason-standard
  2299. received
  2300. record_builder >= "v0.12.0"
  2301. records >= "1.0.0"
  2302. reddit_api_async
  2303. reddit_api_kernel
  2304. redirect
  2305. redis >= "0.4"
  2306. redis-async
  2307. redis-lwt >= "0.4"
  2308. redis-sync >= "0.4"
  2309. reed-solomon-erasure >= "1.0.2"
  2310. reedsolomon >= "0.3"
  2311. refl
  2312. regenerate >= "0.2"
  2313. regex_parser_intf
  2314. relit_helper
  2315. remu_ts
  2316. reparse
  2317. reparse-lwt
  2318. reparse-lwt-unix
  2319. reparse-unix
  2320. repr
  2321. repr-bench
  2322. repr-fuzz
  2323. res >= "5.0.1"
  2324. res_tailwindcss
  2325. rescript-syntax
  2326. reshowcase
  2327. resource-pooling >= "1.1"
  2328. resource_cache >= "v0.12.0"
  2329. resp
  2330. resp-client
  2331. resp-mirage
  2332. resp-server >= "0.9"
  2333. resp-unix
  2334. resto
  2335. resto-acl
  2336. resto-cohttp
  2337. resto-cohttp-client
  2338. resto-cohttp-self-serving-client
  2339. resto-cohttp-server
  2340. resto-directory
  2341. resto-json
  2342. result >= "1.4"
  2343. rfc1951 >= "0.8.1" & != "1.0.0"
  2344. rfc6287 >= "1.0.4"
  2345. rfc7748
  2346. rfsm >= "1.6-alpha-3"
  2347. rhythm
  2348. ringo
  2349. ringo-lwt
  2350. rio
  2351. riot
  2352. river >= "0.2"
  2353. rock
  2354. roman
  2355. root1d >= "0.5.1"
  2356. rope >= "0.6.2"
  2357. rosa
  2358. rosetta >= "0.2.0"
  2359. routes
  2360. rpc >= "6.1.0"
  2361. rpc_parallel >= "v0.12.0"
  2362. rpclib >= "6.1.0"
  2363. rpclib-async >= "6.1.0"
  2364. rpclib-html
  2365. rpclib-js
  2366. rpclib-lwt >= "6.1.0"
  2367. rsdd
  2368. rss
  2369. rtop >= "3.5.0"
  2370. rtree
  2371. rungen
  2372. runtime_events_tools
  2373. rusage
  2374. SourceCode_ASCII
  2375. SZXX
  2376. safemoney
  2377. safepass >= "3.1"
  2378. sail >= "0.15"
  2379. sail_c_backend
  2380. sail_coq_backend
  2381. sail_doc_backend
  2382. sail_latex_backend
  2383. sail_lem_backend
  2384. sail_manifest
  2385. sail_ocaml_backend
  2386. sail_output
  2387. sail_smt_backend
  2388. sail_sv_backend
  2389. salsa20 >= "1.0.0"
  2390. salsa20-core >= "1.0.0"
  2391. samplerate >= "0.1.5"
  2392. sanddb >= "0.2"
  2393. sarek >= "20210823"
  2394. sarif
  2395. satex
  2396. saturn
  2397. saturn_lockfree
  2398. satyrographos
  2399. scad_ml
  2400. scaml
  2401. scfg
  2402. scgi
  2403. scipy
  2404. scrypt-kdf >= "1.0.0"
  2405. sd_logic
  2406. sdl-liquidsoap >= "3"
  2407. search
  2408. searchTree
  2409. secp256k1 >= "0.4.1"
  2410. secp256k1-internal
  2411. sedlex >= "2.0"
  2412. sek
  2413. sel
  2414. selective
  2415. semantic_version
  2416. semaphore-compat
  2417. semver >= "0.2.1"
  2418. semver2
  2419. sendmail
  2420. sendmail-lwt
  2421. sentry
  2422. seq >= "0.2" & < "base"
  2423. seqes
  2424. sequencer_table >= "v0.12.0"
  2425. serde
  2426. serde_debug
  2427. serde_derive
  2428. serde_json
  2429. serde_sexpr
  2430. serde_xml
  2431. serial
  2432. server-reason-react
  2433. session >= "0.4.1"
  2434. session-cohttp >= "0.4.1"
  2435. session-cohttp-async >= "0.4.1"
  2436. session-cohttp-lwt >= "0.4.1"
  2437. session-cookie
  2438. session-cookie-async
  2439. session-cookie-lwt
  2440. session-postgresql >= "0.4.1"
  2441. session-postgresql-async >= "0.4.1"
  2442. session-postgresql-lwt >= "0.4.1"
  2443. session-redis-lwt >= "0.4.1"
  2444. session-webmachine >= "0.4.1"
  2445. setcore >= "1.0.2"
  2446. sexp
  2447. sexp_decode
  2448. sexp_diff
  2449. sexp_diff_kernel
  2450. sexp_grammar
  2451. sexp_macro
  2452. sexp_pretty >= "v0.12.0"
  2453. sexp_select
  2454. sexp_string_quickcheck
  2455. sexplib >= "v0.12.0"
  2456. sexplib0 >= "v0.12.0"
  2457. sgf >= "1.0.1"
  2458. sha >= "1.13"
  2459. shades
  2460. shapefile
  2461. shared-block-ring >= "3.0.0"
  2462. shared-memory-ring >= "3.1.0"
  2463. shared-memory-ring-lwt >= "3.1.0"
  2464. shared-secret >= "0.4"
  2465. shell
  2466. sherlodoc
  2467. shexp >= "v0.12.0"
  2468. shine >= "0.2.2"
  2469. shuttle
  2470. shuttle_http
  2471. shuttle_ssl
  2472. shuttle_websocket
  2473. sifun
  2474. signal
  2475. sihl
  2476. sihl-cache
  2477. sihl-contract
  2478. sihl-core
  2479. sihl-email
  2480. sihl-facade
  2481. sihl-persistence
  2482. sihl-queue
  2483. sihl-session
  2484. sihl-storage
  2485. sihl-token
  2486. sihl-type
  2487. sihl-user
  2488. sihl-web
  2489. simlog
  2490. simple63
  2491. sklearn
  2492. slack
  2493. slacko >= "0.14.1"
  2494. slipshow
  2495. slug
  2496. smart-print >= "0.3.0"
  2497. smbc >= "0.5"
  2498. smol
  2499. smol-helpers
  2500. smtlib-utils
  2501. smtml < "0.1.1" | >= "0.2.3"
  2502. snappy >= "0.1.2"
  2503. snoke
  2504. so
  2505. sodium-fmt
  2506. solid
  2507. solid_server
  2508. solid_tools
  2509. solidity-alcotest
  2510. solidity-common
  2511. solidity-parser
  2512. solidity-test
  2513. solidity-typechecker
  2514. solo5-elftool
  2515. sortedseq_intersect
  2516. soundtouch >= "0.1.9"
  2517. soupault
  2518. spacetime_lib >= "0.3.0"
  2519. spatial-shell
  2520. spawn < "v0.9.0" | >= "v0.13.0"
  2521. spdx_licenses
  2522. spectrum
  2523. speex >= "0.4.0"
  2524. spelll >= "0.4"
  2525. spices
  2526. spin
  2527. splay_tree >= "v0.12.0"
  2528. splittable_random >= "v0.12.0"
  2529. spoc >= "20210823"
  2530. spoc_ppx
  2531. spoke
  2532. spotify-web-api >= "0.2.1"
  2533. spotlib >= "4.1.0"
  2534. sqids
  2535. sqlgg >= "20200521"
  2536. sqlite3 >= "4.4.1"
  2537. sqlite3_utils
  2538. srt
  2539. ssh-agent >= "0.2.0"
  2540. ssh-agent-unix
  2541. ssl >= "0.5.6"
  2542. starpath
  2543. stdcompat >= "19"
  2544. stdint >= "0.6.0"
  2545. stdint-literals
  2546. stdio >= "v0.12.0"
  2547. stdlib-diff
  2548. stdlib-random
  2549. stdlib-shims
  2550. stdune
  2551. stitch
  2552. stk
  2553. stk_iconv
  2554. stog >= "0.20.0"
  2555. stog_all
  2556. stog_asy
  2557. stog_dot
  2558. stog_extern
  2559. stog_markdown
  2560. stog_multi_doc
  2561. stog_nocaml
  2562. stog_noexec
  2563. stog_plugins
  2564. stog_rdf
  2565. stog_rel_href
  2566. stog_server
  2567. stog_server_multi
  2568. stog_sitemap
  2569. stog_writing
  2570. stored_reversed
  2571. stramon-lib
  2572. streamable
  2573. streaming
  2574. string_dict >= "v0.12.0"
  2575. stringCodepointSplitter
  2576. stringext >= "1.6.0"
  2577. sturgeon >= "0.4.2"
  2578. styled-ppx
  2579. subscriptions-transport-ws
  2580. subtype-refinement >= "0.2"
  2581. sun
  2582. svmwrap
  2583. swagger >= "0.2.0"
  2584. swhid
  2585. swhid_compute
  2586. swhid_core
  2587. swhid_types
  2588. swipl
  2589. syguslib-utils
  2590. syncweb
  2591. syndic >= "1.6.0"
  2592. sys-socket
  2593. sys-socket-unix
  2594. syslog >= "2.0.1"
  2595. syslog-message >= "1.0.0"
  2596. syslog-rfc5424
  2597. systemverilog >= "0.0.2"
  2598. tablecloth-base
  2599. tablecloth-melange
  2600. tablecloth-native < "transition"
  2601. taglib >= "0.3.7"
  2602. talaria-bibtex
  2603. tar >= "1.0.0"
  2604. tar-eio
  2605. tar-mirage >= "1.0.0"
  2606. tar-unix >= "1.0.0"
  2607. tcalc
  2608. tcpip >= "3.7.0"
  2609. tdigest
  2610. teash
  2611. telemetry
  2612. telltime
  2613. tensorboard
  2614. term-indexing
  2615. terminal
  2616. terminal_size >= "0.1.4"
  2617. terminus
  2618. terminus-cohttp
  2619. terminus-hlc
  2620. testu01
  2621. textmate-language
  2622. textrazor
  2623. textutils >= "v0.12.0"
  2624. textutils_kernel >= "v0.12.0"
  2625. textwrap >= "0.2.1"
  2626. tezos-008-PtEdo2Zk-test-helpers
  2627. tezos-009-PsFLoren-test-helpers
  2628. tezos-010-PtGRANAD-test-helpers
  2629. tezos-011-PtHangz2-test-helpers
  2630. tezos-012-Psithaca-test-helpers
  2631. tezos-013-PtJakart-test-helpers
  2632. tezos-014-PtKathma-test-helpers
  2633. tezos-accuser-006-PsCARTHA
  2634. tezos-accuser-007-PsDELPH1
  2635. tezos-accuser-008-PtEdo2Zk
  2636. tezos-accuser-008-PtEdoTez
  2637. tezos-accuser-009-PsFLoren
  2638. tezos-accuser-010-PtGRANAD
  2639. tezos-accuser-011-PtHangz2
  2640. tezos-accuser-012-Psithaca
  2641. tezos-accuser-013-PtJakart
  2642. tezos-accuser-014-PtKathma
  2643. tezos-accuser-alpha
  2644. tezos-alpha-test-helpers
  2645. tezos-baker-006-PsCARTHA
  2646. tezos-baker-007-PsDELPH1
  2647. tezos-baker-008-PtEdo2Zk
  2648. tezos-baker-008-PtEdoTez
  2649. tezos-baker-009-PsFLoren
  2650. tezos-baker-010-PtGRANAD
  2651. tezos-baker-011-PtHangz2
  2652. tezos-baker-012-Psithaca
  2653. tezos-baker-013-PtJakart
  2654. tezos-baker-014-PtKathma
  2655. tezos-baker-alpha
  2656. tezos-baking-006-PsCARTHA
  2657. tezos-baking-006-PsCARTHA-commands
  2658. tezos-baking-007-PsDELPH1
  2659. tezos-baking-007-PsDELPH1-commands
  2660. tezos-baking-008-PtEdo2Zk
  2661. tezos-baking-008-PtEdo2Zk-commands
  2662. tezos-baking-008-PtEdoTez
  2663. tezos-baking-008-PtEdoTez-commands
  2664. tezos-baking-009-PsFLoren
  2665. tezos-baking-009-PsFLoren-commands
  2666. tezos-baking-010-PtGRANAD
  2667. tezos-baking-010-PtGRANAD-commands
  2668. tezos-baking-011-PtHangz2
  2669. tezos-baking-011-PtHangz2-commands
  2670. tezos-baking-012-Psithaca
  2671. tezos-baking-012-Psithaca-commands
  2672. tezos-baking-013-PtJakart
  2673. tezos-baking-013-PtJakart-commands
  2674. tezos-baking-014-PtKathma
  2675. tezos-baking-014-PtKathma-commands
  2676. tezos-baking-015-PtLimaPt
  2677. tezos-baking-015-PtLimaPt-commands
  2678. tezos-baking-016-PtMumbai
  2679. tezos-baking-016-PtMumbai-commands
  2680. tezos-baking-017-PtNairob
  2681. tezos-baking-017-PtNairob-commands
  2682. tezos-baking-alpha
  2683. tezos-baking-alpha-commands
  2684. tezos-base
  2685. tezos-base-test-helpers
  2686. tezos-base58
  2687. tezos-benchmark >= "19.0"
  2688. tezos-bls12-381-polynomial
  2689. tezos-clic
  2690. tezos-client
  2691. tezos-client-000-Ps9mPmXa
  2692. tezos-client-001-PtCJ7pwo
  2693. tezos-client-001-PtCJ7pwo-commands
  2694. tezos-client-002-PsYLVpVv
  2695. tezos-client-002-PsYLVpVv-commands
  2696. tezos-client-003-PsddFKi3
  2697. tezos-client-003-PsddFKi3-commands
  2698. tezos-client-004-Pt24m4xi
  2699. tezos-client-004-Pt24m4xi-commands
  2700. tezos-client-005-PsBabyM1
  2701. tezos-client-005-PsBabyM1-commands
  2702. tezos-client-006-PsCARTHA
  2703. tezos-client-006-PsCARTHA-commands
  2704. tezos-client-007-PsDELPH1
  2705. tezos-client-007-PsDELPH1-commands
  2706. tezos-client-007-PsDELPH1-commands-registration
  2707. tezos-client-008-PtEdo2Zk
  2708. tezos-client-008-PtEdo2Zk-commands
  2709. tezos-client-008-PtEdo2Zk-commands-registration
  2710. tezos-client-008-PtEdoTez
  2711. tezos-client-008-PtEdoTez-commands
  2712. tezos-client-008-PtEdoTez-commands-registration
  2713. tezos-client-009-PsFLoren
  2714. tezos-client-009-PsFLoren-commands
  2715. tezos-client-009-PsFLoren-commands-registration
  2716. tezos-client-010-PtGRANAD
  2717. tezos-client-010-PtGRANAD-commands
  2718. tezos-client-010-PtGRANAD-commands-registration
  2719. tezos-client-011-PtHangz2
  2720. tezos-client-011-PtHangz2-commands
  2721. tezos-client-011-PtHangz2-commands-registration
  2722. tezos-client-012-Psithaca
  2723. tezos-client-012-Psithaca-commands
  2724. tezos-client-012-Psithaca-commands-registration
  2725. tezos-client-013-PtJakart
  2726. tezos-client-013-PtJakart-commands
  2727. tezos-client-013-PtJakart-commands-registration
  2728. tezos-client-014-PtKathma
  2729. tezos-client-015-PtLimaPt
  2730. tezos-client-016-PtMumbai
  2731. tezos-client-017-PtNairob
  2732. tezos-client-alpha
  2733. tezos-client-alpha-commands
  2734. tezos-client-alpha-commands-registration
  2735. tezos-client-base
  2736. tezos-client-base-unix
  2737. tezos-client-commands
  2738. tezos-client-demo-counter < "18.0" | >= "19.0"
  2739. tezos-client-genesis < "18.0" | >= "19.0"
  2740. tezos-client-genesis-carthagenet
  2741. tezos-client-sapling-008-PtEdo2Zk
  2742. tezos-client-sapling-008-PtEdoTez
  2743. tezos-client-sapling-009-PsFLoren
  2744. tezos-client-sapling-010-PtGRANAD
  2745. tezos-client-sapling-011-PtHangz2
  2746. tezos-client-sapling-012-Psithaca
  2747. tezos-client-sapling-013-PtJakart
  2748. tezos-client-sapling-alpha
  2749. tezos-codec
  2750. tezos-context
  2751. tezos-context-hash
  2752. tezos-context-hash-irmin
  2753. tezos-context-ops
  2754. tezos-crypto
  2755. tezos-crypto-dal
  2756. tezos-dac-client-lib >= "19.0"
  2757. tezos-dac-lib >= "19.0"
  2758. tezos-dac-node-lib >= "19.0"
  2759. tezos-dal-node-lib < "18.0" | >= "19.0"
  2760. tezos-dal-node-services < "18.0" | >= "19.0"
  2761. tezos-embedded-protocol-000-Ps9mPmXa
  2762. tezos-embedded-protocol-001-PtCJ7pwo
  2763. tezos-embedded-protocol-002-PsYLVpVv
  2764. tezos-embedded-protocol-003-PsddFKi3
  2765. tezos-embedded-protocol-004-Pt24m4xi
  2766. tezos-embedded-protocol-005-PsBABY5H
  2767. tezos-embedded-protocol-005-PsBabyM1
  2768. tezos-embedded-protocol-006-PsCARTHA
  2769. tezos-embedded-protocol-007-PsDELPH1
  2770. tezos-embedded-protocol-008-PtEdo2Zk
  2771. tezos-embedded-protocol-008-PtEdoTez
  2772. tezos-embedded-protocol-009-PsFLoren
  2773. tezos-embedded-protocol-010-PtGRANAD
  2774. tezos-embedded-protocol-011-PtHangz2
  2775. tezos-embedded-protocol-012-Psithaca
  2776. tezos-embedded-protocol-013-PtJakart
  2777. tezos-embedded-protocol-014-PtKathma
  2778. tezos-embedded-protocol-015-PtLimaPt
  2779. tezos-embedded-protocol-016-PtMumbai
  2780. tezos-embedded-protocol-017-PtNairob
  2781. tezos-embedded-protocol-alpha
  2782. tezos-embedded-protocol-demo-counter
  2783. tezos-embedded-protocol-demo-noops
  2784. tezos-embedded-protocol-genesis
  2785. tezos-embedded-protocol-genesis-carthagenet
  2786. tezos-endorser-006-PsCARTHA
  2787. tezos-endorser-007-PsDELPH1
  2788. tezos-endorser-008-PtEdo2Zk
  2789. tezos-endorser-008-PtEdoTez
  2790. tezos-endorser-009-PsFLoren
  2791. tezos-endorser-010-PtGRANAD
  2792. tezos-endorser-011-PtHangz2
  2793. tezos-endorser-alpha
  2794. tezos-error-monad
  2795. tezos-event-logging
  2796. tezos-event-logging-test-helpers
  2797. tezos-hacl < "15.0" | >= "17.1" & < "17.3"
  2798. tezos-hacl-glue
  2799. tezos-hacl-glue-unix
  2800. tezos-injector-013-PtJakart
  2801. tezos-injector-014-PtKathma
  2802. tezos-injector-015-PtLimaPt
  2803. tezos-injector-016-PtMumbai
  2804. tezos-injector-alpha
  2805. tezos-layer2-store
  2806. tezos-layer2-utils-016-PtMumbai
  2807. tezos-layer2-utils-017-PtNairob
  2808. tezos-lazy-containers
  2809. tezos-legacy-store
  2810. tezos-lmdb
  2811. tezos-lwt-result-stdlib < "15.0" | >= "17.1" & < "17.3"
  2812. tezos-mempool-006-PsCARTHA
  2813. tezos-mempool-007-PsDELPH1
  2814. tezos-mempool-008-PtEdoTez
  2815. tezos-micheline
  2816. tezos-micheline-rewriting
  2817. tezos-mockup
  2818. tezos-mockup-commands
  2819. tezos-mockup-proxy
  2820. tezos-mockup-registration
  2821. tezos-node
  2822. tezos-openapi
  2823. tezos-p2p
  2824. tezos-p2p-services
  2825. tezos-plompiler
  2826. tezos-plonk
  2827. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2828. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2829. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2830. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2831. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2832. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2833. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2834. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2835. tezos-protocol-006-PsCARTHA-parameters
  2836. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2837. tezos-protocol-007-PsDELPH1-parameters
  2838. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2839. tezos-protocol-008-PtEdo2Zk-parameters
  2840. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2841. tezos-protocol-008-PtEdoTez-parameters
  2842. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2843. tezos-protocol-009-PsFLoren-parameters
  2844. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2845. tezos-protocol-010-PtGRANAD-parameters
  2846. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2847. tezos-protocol-011-PtHangz2-parameters
  2848. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2849. tezos-protocol-012-Psithaca-parameters
  2850. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2851. tezos-protocol-013-PtJakart-parameters
  2852. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2853. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2854. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2855. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2856. tezos-protocol-018-Proxford >= "19.0"
  2857. tezos-protocol-019-PtParisB
  2858. tezos-protocol-020-PsParisC
  2859. tezos-protocol-alpha < "18.0" | >= "19.0"
  2860. tezos-protocol-alpha-parameters
  2861. tezos-protocol-compiler
  2862. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2863. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2864. tezos-protocol-environment
  2865. tezos-protocol-environment-packer
  2866. tezos-protocol-environment-sigs
  2867. tezos-protocol-environment-structs
  2868. tezos-protocol-genesis < "18.0" | >= "19.0"
  2869. tezos-protocol-genesis-carthagenet
  2870. tezos-protocol-plugin-007-PsDELPH1
  2871. tezos-protocol-plugin-007-PsDELPH1-registerer
  2872. tezos-protocol-plugin-008-PtEdo2Zk
  2873. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2874. tezos-protocol-plugin-009-PsFLoren
  2875. tezos-protocol-plugin-009-PsFLoren-registerer
  2876. tezos-protocol-plugin-010-PtGRANAD
  2877. tezos-protocol-plugin-010-PtGRANAD-registerer
  2878. tezos-protocol-plugin-011-PtHangz2
  2879. tezos-protocol-plugin-011-PtHangz2-registerer
  2880. tezos-protocol-plugin-012-Psithaca
  2881. tezos-protocol-plugin-012-Psithaca-registerer
  2882. tezos-protocol-plugin-012-Psithaca-tests
  2883. tezos-protocol-plugin-013-PtJakart
  2884. tezos-protocol-plugin-013-PtJakart-registerer
  2885. tezos-protocol-plugin-013-PtJakart-tests
  2886. tezos-protocol-plugin-014-PtKathma
  2887. tezos-protocol-plugin-014-PtKathma-registerer
  2888. tezos-protocol-plugin-015-PtLimaPt
  2889. tezos-protocol-plugin-015-PtLimaPt-registerer
  2890. tezos-protocol-plugin-016-PtMumbai
  2891. tezos-protocol-plugin-016-PtMumbai-registerer
  2892. tezos-protocol-plugin-017-PtNairob
  2893. tezos-protocol-plugin-017-PtNairob-registerer
  2894. tezos-protocol-plugin-alpha
  2895. tezos-protocol-plugin-alpha-registerer
  2896. tezos-protocol-plugin-alpha-tests
  2897. tezos-protocol-updater
  2898. tezos-proxy
  2899. tezos-proxy-server
  2900. tezos-proxy-server-config < "18.0" | >= "19.0"
  2901. tezos-requester
  2902. tezos-rpc
  2903. tezos-rpc-http
  2904. tezos-rpc-http-client
  2905. tezos-rpc-http-client-unix
  2906. tezos-rpc-http-server
  2907. tezos-sapling
  2908. tezos-scoru-wasm
  2909. tezos-scoru-wasm-fast
  2910. tezos-scoru-wasm-helpers
  2911. tezos-shell
  2912. tezos-shell-benchmarks
  2913. tezos-shell-context
  2914. tezos-shell-context-test
  2915. tezos-shell-services
  2916. tezos-shell-services-test-helpers
  2917. tezos-signer
  2918. tezos-signer-backends
  2919. tezos-signer-services
  2920. tezos-smart-rollup-016-PtMumbai
  2921. tezos-smart-rollup-017-PtNairob
  2922. tezos-smart-rollup-alpha
  2923. tezos-smart-rollup-layer2-016-PtMumbai
  2924. tezos-smart-rollup-layer2-017-PtNairob
  2925. tezos-stdlib >= "13.0" & < "15.0" | >= "17.1" & < "17.3"
  2926. tezos-stdlib-unix
  2927. tezos-storage
  2928. tezos-store
  2929. tezos-test-helpers < "15.0" | >= "17.1" & < "17.3"
  2930. tezos-test-helpers-extra
  2931. tezos-test-services
  2932. tezos-tooling
  2933. tezos-tree-encoding
  2934. tezos-tx-rollup-013-PtJakart
  2935. tezos-tx-rollup-014-PtKathma
  2936. tezos-tx-rollup-015-PtLimaPt
  2937. tezos-tx-rollup-alpha
  2938. tezos-tx-rollup-client-013-PtJakart
  2939. tezos-tx-rollup-client-014-PtKathma
  2940. tezos-tx-rollup-client-alpha
  2941. tezos-tx-rollup-node-013-PtJakart
  2942. tezos-tx-rollup-node-014-PtKathma
  2943. tezos-tx-rollup-node-alpha
  2944. tezos-validation
  2945. tezos-validator
  2946. tezos-version
  2947. tezos-wasmer >= "17.1" & < "17.3"
  2948. tezos-webassembly-interpreter
  2949. tezos-webassembly-interpreter-extra
  2950. tezos-workers
  2951. tezt
  2952. tezt-bam
  2953. tezt-tezos != "18.1"
  2954. theora >= "0.4.0"
  2955. thread-local-storage
  2956. thread-table
  2957. thrift >= "0.10.0"
  2958. tidy >= "5-0.2"
  2959. tidy_email
  2960. tidy_email_mailgun
  2961. tidy_email_sendgrid
  2962. tidy_email_smtp
  2963. tilde_f
  2964. time_now
  2965. timed >= "1.1"
  2966. timedesc
  2967. timedesc-json
  2968. timedesc-sexp
  2969. timedesc-tzdb
  2970. timedesc-tzlocal
  2971. timedesc-tzlocal-js
  2972. timere
  2973. timere-parse
  2974. timezone
  2975. timmy
  2976. timmy-jsoo
  2977. timmy-unix
  2978. tiny_httpd
  2979. tiny_httpd_camlzip
  2980. tip-parser >= "0.4"
  2981. tldr
  2982. tls >= "0.11.0"
  2983. tls-async
  2984. tls-eio
  2985. tls-liquidsoap
  2986. tls-lwt
  2987. tls-mirage
  2988. toc
  2989. tofn
  2990. togglelog
  2991. toml >= "5.0.0"
  2992. toml-cconv
  2993. toml_cconv
  2994. toplevel_backend
  2995. toplevel_expect_test >= "v0.12.0"
  2996. topojson
  2997. topojsone
  2998. topological_sort >= "v0.12.0"
  2999. torch
  3000. tqdm
  3001. trace
  3002. trace-fuchsia
  3003. trace-tef
  3004. tracing
  3005. tracy-client
  3006. trail
  3007. traits
  3008. trampoline
  3009. transept
  3010. traverse
  3011. travesty != "0.6.1"
  3012. travis-opam >= "1.5.0"
  3013. trax >= "0.4.0"
  3014. tree_layout >= "0.2"
  3015. treeprint >= "2.3.0"
  3016. trexio
  3017. trie >= "1.0.0"
  3018. tsdl-image >= "0.3.0"
  3019. tsdl-mixer >= "0.3.0"
  3020. tsdl-ttf >= "0.3"
  3021. tsort
  3022. tty
  3023. tube >= "4.4.0"
  3024. tuntap >= "1.7.0"
  3025. twirp_cohttp_lwt_unix
  3026. twirp_core
  3027. twirp_ezcurl
  3028. twirp_tiny_httpd
  3029. twostep
  3030. tyabt
  3031. type_eq
  3032. type_id
  3033. typeid
  3034. typerep >= "v0.12.0"
  3035. typeset
  3036. tyre >= "0.5"
  3037. tyxml >= "4.3.0"
  3038. tyxml-jsx
  3039. tyxml-lwd
  3040. tyxml-ppx >= "4.3.0"
  3041. tyxml-syntax
  3042. u2f
  3043. ubase
  3044. ubpf >= "0.2"
  3045. uecc >= "0.3"
  3046. uint >= "2.0.1"
  3047. ulid
  3048. um-abt
  3049. unidecode
  3050. unionFind
  3051. unisim_archisec
  3052. unison >= "2.51.4" & < "2.53.4"
  3053. universal-portal
  3054. universo
  3055. unix-errno >= "0.6.0"
  3056. unstrctrd
  3057. uopt
  3058. uri >= "2.2.0"
  3059. uri-bench
  3060. uri-re
  3061. uri-sexp
  3062. uring
  3063. uring-trace
  3064. uritemplate
  3065. urn
  3066. user-agent-parser
  3067. username_kernel
  3068. uspf
  3069. uspf-lwt
  3070. uspf-unix
  3071. utop >= "2.3.0"
  3072. uuuu >= "0.1.1"
  3073. validate
  3074. validator
  3075. variantslib >= "v0.12.0"
  3076. varray
  3077. vcaml
  3078. vcardgen >= "1.2"
  3079. vchan >= "4.0.0"
  3080. vchan-unix >= "4.0.0"
  3081. vchan-xen >= "4.0.0"
  3082. vdom
  3083. vec
  3084. vector
  3085. vector3 >= "1.0.0"
  3086. vendredi
  3087. vercel
  3088. versioned_polling_state_rpc
  3089. vhd-format >= "0.12.0"
  3090. vhd-format-lwt >= "0.12.0"
  3091. virtual_dom >= "v0.12.0"
  3092. virtual_dom_toplayer
  3093. visitors >= "20200207"
  3094. vlq >= "0.2.1"
  3095. vlt
  3096. vmnet >= "1.3.2"
  3097. vocal
  3098. voqc
  3099. vorbis >= "0.8.0"
  3100. vpt >= "5.0.0"
  3101. vscoq-language-server
  3102. vue-jsoo
  3103. vue-ppx
  3104. wall >= "0.4"
  3105. wasmer
  3106. wasmtime
  3107. wayland
  3108. waylaunch
  3109. wcwidth
  3110. webauthn
  3111. weberizer >= "0.8"
  3112. webmachine >= "0.6.2"
  3113. websocket >= "2.12"
  3114. websocket-async >= "2.12"
  3115. websocket-lwt >= "2.12"
  3116. websocket-lwt-unix
  3117. websocketaf
  3118. webtest >= "2.0.0"
  3119. webtest-js
  3120. weevil
  3121. why3find
  3122. wikitext
  3123. win-error >= "1.0"
  3124. win-eventlog >= "0.3"
  3125. winsvc
  3126. ws
  3127. ws-server
  3128. wseg
  3129. wtf8 >= "1.0.2"
  3130. wtr
  3131. wtr-ppx
  3132. wu-manber-fuzzy-search
  3133. x509 >= "0.6.3"
  3134. x86_64-esperanto >= "0.0.6"
  3135. xapi-backtrace >= "0.7"
  3136. xapi-inventory >= "1.2.1"
  3137. xapi-rrd >= "1.8.2"
  3138. xapi-stdext-date
  3139. xapi-stdext-encodings
  3140. xapi-stdext-pervasives
  3141. xapi-stdext-std
  3142. xapi-stdext-threads
  3143. xapi-stdext-unix
  3144. xapi-stdext-zerocheck
  3145. xcursor
  3146. xdg
  3147. xdg-basedir
  3148. xedbindings
  3149. xen-evtchn >= "2.1.0"
  3150. xen-evtchn-unix >= "2.1.0"
  3151. xen-gnt >= "3.1.0"
  3152. xen-gnt-unix >= "3.1.0"
  3153. xenstore >= "2.1.0"
  3154. xenstore_transport >= "1.1.0"
  3155. xmelly
  3156. xml-light >= "2.5"
  3157. xmldiff >= "0.7.0"
  3158. xmldiff_js
  3159. xmlplaylist >= "0.1.5"
  3160. xoshiro
  3161. xtmpl >= "0.19.0"
  3162. xtmpl_js
  3163. xtmpl_ppx
  3164. yaml >= "1.0.0"
  3165. yaml-sexp
  3166. yara >= "0.2"
  3167. yocaml
  3168. yocaml_cmark
  3169. yocaml_git
  3170. yocaml_jingoo
  3171. yocaml_markdown
  3172. yocaml_mustache
  3173. yocaml_syndication
  3174. yocaml_unix
  3175. yocaml_yaml
  3176. yojson >= "1.5.0"
  3177. yojson-bench
  3178. yojson-five
  3179. yurt >= "0.6"
  3180. yuscii >= "0.2.1"
  3181. yuujinchou
  3182. zanuda
  3183. zar
  3184. zarith-ppx
  3185. zarith_stubs_js
  3186. zed >= "2.0"
  3187. zeit
  3188. zelus
  3189. zelus-gtk
  3190. zipperposition >= "1.5.1"
  3191. zipperposition-tools
  3192. zlib >= "0.6"
  3193. zlist >= "0.4.0"
  3194. zmq >= "5.1.0"
  3195. zmq-async >= "5.1.0"
  3196. zmq-eio
  3197. zmq-lwt >= "5.1.0"
  3198. zstandard >= "v0.12.1"
  3199. zstd >= "0.3"
  3200. 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.