package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.14.0.tbz
sha256=f4d09d89162621fdff424c253fa50c4920d2179fb5b3d1debab7bbe97c68b2fc
sha512=f5ead1a9a0cc26e00a762e83e107b47c3c3fe9b44d9e505547c385c7938208d4fdcc91a8099512e76ea4a426f3543445b4d75ef0b621dc7dbfdcbb615bc0b999

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

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

Published: 12 Feb 2024

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

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