package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.6.1.tbz
sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce
sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52

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: 24 Nov 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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 about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

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