package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.4.1.tbz
sha256=299fa33cffc108cc26ff59d5fc9d09f6cb0ab3ac280bf23a0114cfdc0b40c6c5
sha512=cb425d08c989fd27e1a87a6c72f37494866b508b0fe4ec05070adad995a99710b223a9047b6649776f63943dafb61903eefe4d5efde4c439103a89e2d6ff5337

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