package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.11.1.tbz
sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71
sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc

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 supports multi-package development by simply dropping multiple repositories into the same directory.

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

Published: 12 Oct 2023

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