package dune

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

Install

Dune Dependency

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