package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.2.tbz
sha256=f959980542ca85909b3f3f8e9be65c2b8a375f3a4e3bd83c7ad7a07f2e077933
sha512=d752b8c09130cf3d564b3a524e3148783b581daa3f9a61d0f52bf4d6995ef73258e71877dbfd8b7516f9a4bac5ad973e80f4fed596df9446e704acc724aac55e

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 30 Apr 2024

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

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

Conflicts (7)

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

Innovation. Community. Security.