package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.0.tbz
sha256=b5c3d10f6f6048bfaf56fc4f0942d56381b55af4287caf8251487d4c4e7920d7
sha512=b3944b47c7ab1b2109aabc73dab7b9227765168bdcaddda875f3ee3c8277825f4a2672fbba903bf54ea507d00c7649c7dfc3c3bb156365d3052e570cf02caa82

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