package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.14.2.tbz
sha256=e80867cb362b2749d9d9e0cbab2982f98af1daf4459b81164ca0aac6b4e6ace1
sha512=c60b35de3fe000650eb8d49a44fd9aeb25c6006be15e2c88407882e0f272747abdffc6449f6cfd68b86e233dcbb7ff685fd198635947a991cf0197dd69f489be

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