package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.8.3.tbz
sha256=e2b78ba805cef320f0b5978c4d371fde8ab82546d5ae51a0cb451042193b5bf8
sha512=25cc6addcd10cd483f49d924028c886b529a815ad2f354a277c9fe27efaa2139eea465565bae1f52a3a6832b082f46761efacd692cc88b33aa585250feccaf2c

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