package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.14.0.tbz
sha256=f4d09d89162621fdff424c253fa50c4920d2179fb5b3d1debab7bbe97c68b2fc
sha512=f5ead1a9a0cc26e00a762e83e107b47c3c3fe9b44d9e505547c385c7938208d4fdcc91a8099512e76ea4a426f3543445b4d75ef0b621dc7dbfdcbb615bc0b999

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