package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.17.1.tbz
sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6
sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf

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: 19 Dec 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 (15)

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

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