package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.3.1.tbz
sha256=840c80491bfe12bab5f2b99d49e163f3e4c4d2fc4b4a3e6fb16c24dccd5502e1
sha512=b5d7639336b5df8cf37b8aac45906c6d0ff7e38b1a4a2c6ddb616ea81cdc5a8ff36cecf3d4ee4ff9282c835ed2958d4702ae1b3dd1f048c4269f5e7fedbe50d5

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

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"