package dune

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

Install

Authors

Maintainers

Sources

dune-3.11.1.tbz
sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71
sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 12 Oct 2023

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