package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.4.0.tbz
sha256=0a5566c4910f193d609965a034b482085dc04e0bcdfec9756ff9957df2b67a3c
sha512=74cd3aa75fb0fcc098b6dcf69d6d904221b69b52430e910e0839e1706c453647a4d107471b55363e16ba8094e62461736a1e52eca08dd288cbb15d3d6ce0df10

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

Conflicts (9)

  1. ocaml-variants = "5.0.0~alpha0+options"
  2. ocaml-base-compiler = "5.0.0~alpha0"
  3. jbuilder = "transition"
  4. js_of_ocaml-compiler < "3.6.0"
  5. dune-release < "1.3.0"
  6. odoc < "2.0.1"
  7. dune-configurator < "2.3.0"
  8. ocaml-lsp-server < "1.3.0"
  9. merlin < "3.4.0"