package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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