package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

Description

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

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

dune supports multi-package development by simply dropping multiple repositories into the same directory.

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

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