package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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: 25 Jan 2025

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 (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

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