package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.9.2.tbz
sha256=4f3acbd45d3dcdbbbda891372f43f056942b6b96ed977ec5281ba9a875134adf
sha512=58472598f5b6c72a1f7ff01c122e8a66f4a60e7c689190c7c78247f6c22aed231572d660d0e64d26037bd2558798a1f9b764bf4e955617f765e47296b1a9a62b

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 26 Jul 2023

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