package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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: 30 Nov 2023

README

README.md

A Composable Build System for OCaml

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Dependencies (5)

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

Dev Dependencies

None

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