package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.2.tbz
sha256=f959980542ca85909b3f3f8e9be65c2b8a375f3a4e3bd83c7ad7a07f2e077933
sha512=d752b8c09130cf3d564b3a524e3148783b581daa3f9a61d0f52bf4d6995ef73258e71877dbfd8b7516f9a4bac5ad973e80f4fed596df9446e704acc724aac55e

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 Apr 2024

README

README.md

A Composable Build System for OCaml

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

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

Dependencies (5)

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

Dev Dependencies

None

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