package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.16.1.tbz
sha256=b781ae20f87613c2a11bd0717809e00470c82d615e15264f9a64e033051ac3de
sha512=fddf940d5634400fa14f6728235e0dba055b90a47f868d9fee80c9523b93fb2b9920a00e70dfdc5e1dd26a21d695ce854267b6a2ec305ce89ce9447733f7242c

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