package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 26 May 2024

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

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